There was an error while loading. Please reload this page.
感谢大大的无私奉献! 我想使用vue-cli来做一个Hybrid App,所以需要:本地打开dist文件夹下的index.html文件进行预览。 但是出现了字体引用路径错误的问题,已经修改了config/index.js文件下的assetsPublicPath: '/'为assetsPublicPath: './',但是还是无效,出现以下错误。 请问我该如何设置?谢谢指导~
dist
index.html
config/index.js
assetsPublicPath: '/'
assetsPublicPath: './'