Commit 91dd37f6 authored by 前端-李俊鑫's avatar 前端-李俊鑫

fix: 路由

parent 2f76189c
......@@ -47,14 +47,14 @@ const router = [
path: '/',
redirect: '/home'
},
{
path: '/home',
name: 'home',
component: '@/pages/home',
// icon: 'BarChartOutlined'
},
systemManageRoute,
// ...asyncRoutes,
// {
// path: '/home',
// name: 'home',
// component: '@/pages/home',
// // icon: 'BarChartOutlined'
// },
// systemManageRoute,
...asyncRoutes,
// ...refactorRoutes,
{
path: '/noAuth',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment