最新版本 4.* 使用
http://localhost/pdfjs/web/viewer.html?file=https://xxx.pdf
无法显示
# 在nginx 中配置
location /pdfjs/ {
include mime.types;
types {
application/javascript js mjs;
}
default_type application/octet-stream;
就可以了。
最新版本 4.* 使用
http://localhost/pdfjs/web/viewer.html?file=https://xxx.pdf
无法显示
# 在nginx 中配置
location /pdfjs/ {
include mime.types;
types {
application/javascript js mjs;
}
default_type application/octet-stream;
就可以了。