比如:页面地址http://44.96.85.279:8090/maneger/companyTor正确的静态文件地址:http://44.96.85.279:8090/static/css/app.b0ed542d28a560b4845c1eea1ecb0575.css浏览器报错:resourceinterpretedasStylesheetbuttransferredwithMIMEtypetext/html:"http://44.96.85.279:8090/maneger/static/css/app.b0ed542d28a560b4845c1eea1ecb0575.css".
2 回答
12345678_0001
TA贡献1802条经验 获得超5个赞
别用相对路径了,用绝对路径好了config/index.js里面设置assetsPublicPath:'/'webpack.conf.js里面output:{publicPath:config.build.assetsPublicPath}供参考
添加回答
举报
0/150
提交
取消