style:路由
Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -41,13 +41,13 @@ export const asyncRoutes = [ | ... | @@ -41,13 +41,13 @@ export const asyncRoutes = [ |
41 | { | 41 | { |
42 | path: '/', | 42 | path: '/', |
43 | component: Layout, | 43 | component: Layout, |
44 | redirect: '/home', | 44 | redirect: '/qxjr', |
45 | meta: { title: '区县接入', icon: 'qxjr' }, | 45 | meta: { title: '区县接入', icon: 'qxjr' }, |
46 | children: [ | 46 | children: [ |
47 | { | 47 | { |
48 | path: 'home', | 48 | path: 'qxjr', |
49 | component: () => import('@/views/jsbwcx/index'), | 49 | component: () => import('@/views/jsbwcx/index'), |
50 | name: 'home', | 50 | name: 'qxjr', |
51 | meta: { title: '区县接入', icon: 'zsgl' } | 51 | meta: { title: '区县接入', icon: 'zsgl' } |
52 | } | 52 | } |
53 | ] | 53 | ] | ... | ... |
-
Please register or sign in to post a comment