vue 发布到正式环境时,当页面加载到二级路由时,服务器加载静态文件路径出错,该怎么调整

比如:页面地址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".
BIG阳
浏览 317回答 2
2回答

12345678_0001

别用相对路径了,用绝对路径好了config/index.js里面设置assetsPublicPath:'/'webpack.conf.js里面output:{publicPath:config.build.assetsPublicPath}供参考
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript