1、样式不显示
修改 目录 dist ==> index.html 中引用路径
- 所有 /static/..... 相关的修改为 ./static.......
- /static/ 去掉 / 改为static/
2、普通引用图片不显示
修改 目录config ==> index.js
build:{
assetsPublicPath:'/', //修改为 assetsPublicPath:' ./ '
}
3、背景图片不显示
修改 目录 build ==> utils.js
在下图中添加 publicPath:' ../../ '