在iserver上配置PHP后,想利用thinkPHP进行 后台数据管理的开发,但是现在进行前台模型的展示时,报了一个类型错误:
Refused to execute script from 'http://localhost:8090/phpbin/public/Build/Cesium/Workers/S3MTilesParser.js' because its MIME type ('text/html') is not executable.
Uncaught Error: importScripts failed for Workers/S3MTilesParser at http://localhost:8090/phpbin/public/Build/Cesium/Workers/S3MTilesParser.js
http://requirejs.org/docs/errors.html#importscripts
对于这两个报错应该怎么解决