1.项目目录下添加vue.config.js文件,写入:
module.exports:{
publicPath:'./'
}
另外(差点忘了),router下index.js文件夹的history注释掉
tips:此处vue-cli版本3.3上。
2.组件路径都用绝对路径
@挺好用的,图片和组件都用绝对路径,@相当于src目录
现在我本地和部署后都和