摘要: 主要是缺少一个配置 新建一个vue.config.js module.exports = { publicPath: './', outputDir: 'dist', assetsDir: 'static' } 阅读全文
posted @ 2020-06-14 13:18 OneIsA 阅读(1554) 评论(0) 推荐(0) 编辑