发现的登陆页面css失效了
Resource interpreted as Stylesheet but transferred with MIME type text/html
登录成功后点浏览器退回按钮重新回到登录页css又好了
Resource interpreted as Stylesheet but transferred with MIME type text/html
检查浏览器console
Resource interpreted as Stylesheet but transferred with MIME type text/html

Uncaught SyntaxError: Unexpected token '<'关键是因为下面这个错误

Resource interpreted as Stylesheet but transferred with MIME type
text/html*
浏览器把css文件当成普通的html了,原因如下

Resource interpreted as Stylesheet but transferred with MIME type text/html
错误就是因为这个钩子函数,我本意是为了做登录验证,但是没有登录的情况下,本地请求的css,js等文件在这里也被拦截了。

Resource interpreted as Stylesheet but transferred with MIME type text/html
问题解决。

相关文章: