摘要: 一、修改router.js中添加base根目录配置 const vueRouter = new Router({ mode: 'history', base: 'app', 二、修改vue.config.js中添加publicPath module.exports = { publicPath: ' 阅读全文
posted @ 2022-04-29 11:14 天天代码码天天 阅读(148) 评论(0) 推荐(0)