如何解决vue项目npm run build时界面报错的问题?
- 内容介绍
- 文章标签
- 相关推荐
本文共计284个文字,预计阅读时间需要2分钟。
使用coding-pages打开后显示Failed to load resource: the server responded with a status of 404 (Not Found),解决方案:方案一:找到config目录下的index.js,将assetsPublicPath改为./。方案二:或将index.htm修改为正确路径。
本文共计284个文字,预计阅读时间需要2分钟。
使用coding-pages打开后显示Failed to load resource: the server responded with a status of 404 (Not Found),解决方案:方案一:找到config目录下的index.js,将assetsPublicPath改为./。方案二:或将index.htm修改为正确路径。

