3b538895 by renchao@pashanhoo.com

style:路由

1 parent 57334bfb
...@@ -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 ]
......