首页 > 移动平台 > 详细

Refused to apply style from '.../bootstrap.min.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

时间:2020-04-04 23:50:08      阅读:474      评论:0      收藏:0      [点我收藏+]

在页面引入了bootstrap:

技术分享图片

但是控制台报错如下:

技术分享图片

 

 解决方案:

这个问题出现的场景是在node环境下使用express框架的静态资源访问,加上下面的代码即可:

技术分享图片

 

 同时要保证这个要访问的静态资源在public目录下即可解决。

Refused to apply style from '.../bootstrap.min.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

原文:https://www.cnblogs.com/Guorisy/p/12633952.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!