修复JavaScript module script but the server responded with a MIME type of "text/plain" 错误
2022-03-29 14:35 Bughra 阅读(5321) 评论(0) 收藏 举报错误信息:
Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/plain". Strict MIME type checking is enforced for module scripts per HTML spec.
解决办法:
注册表 HKEY_CLASSES_ROOT 有个 .js 项 Content Type=text/plain
改成 Content Type=text/javascript
浙公网安备 33010602011771号