vue cli 生成项目打包出来js相对路径配置 落雨 2021-01-27 834 阅读1分钟 vue.config.js中配置publicPath:'./' module.exports = { publicPath: './', }