MIME type 问题的解决
出现背景:在vue项目最后的打包部署阶段,打包成一个dist静态文件夹,其内放置的是一些静态文件,然后在编辑器中直接运行index.html,出现以下错误:Refused to execute script from 'URL' because its MIME type ('text/html') is not executable, and strict MIME type checking.
·
出现背景:
在vue项目最后的打包部署阶段,打包成一个dist静态文件夹,其内放置的是一些静态文件,然后在编辑器中直接运行index.html,出现以下错误:Refused to execute script from 'URL' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled;
问题原因:
是因为静态资源访问限制导致的。
解决方法:(将文件放到服务器上)
感谢分享https://blog.csdn.net/weboof/article/details/79851414
更多推荐
已为社区贡献74条内容
所有评论(0)