赞
踩
在根目录创建一个文件 vue.config.js ,其内加入
module.exports = { publicPath: './', assetsDir: 'static', outputDir: 'dist' }
然后重新打包