摘要: 一、修改文件\src\router\index.js 文件的asyncRoutes清理为 export const asyncRoutes = [ { path: '*', redirect: '/404', hidden: true } ] 二、修改src\store\modules\permis 阅读全文
posted @ 2023-02-19 14:09 Robots2 阅读(158) 评论(0) 推荐(0)