报错信息有下面这两条
Uncaught SyntaxError: Unexpected token '<'
pdf.js:2336 Uncaught (in promise) Error: Setting up fake worker failed: "Cannot read property 'WorkerMessageHandler' of undefined".
at pdf.js:2336
在网上查了好多,关于WorkerMessageHandler的错误很少,没有查到有用的信息
在本地环境中有下面这个报错,但pdf可以正常渲染,到测试环境就不行了,两个环境的区别就是测试环境需要打包
Refused to execute script from 'http://localhost:8085/js/157.worker.js' because its MIME type ('text/html') is not executable.
把原来的node_modules删了重新npm install就行了
这大概率是请求worker.js时返回了网页