|
@@ -195,21 +195,21 @@ export const asyncRoutes = [
|
|
|
},
|
|
|
]
|
|
|
},
|
|
|
- {
|
|
|
- path: '/control-config',
|
|
|
- component: Layout,
|
|
|
- redirect: '/control-config/setFile',
|
|
|
- name: 'ControlConfig',
|
|
|
- meta: {title: '站控配置',icon: 'kzpz'},
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: 'setfile',
|
|
|
- component: () => import('@/views/control-config/setFile'),
|
|
|
- name: 'SetFile',
|
|
|
- meta: { title: '消防配置'}
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: '/control-config',
|
|
|
+ // component: Layout,
|
|
|
+ // redirect: '/control-config/setFile',
|
|
|
+ // name: 'ControlConfig',
|
|
|
+ // meta: {title: '站控配置',icon: 'kzpz'},
|
|
|
+ // children: [
|
|
|
+ // {
|
|
|
+ // path: 'setfile',
|
|
|
+ // component: () => import('@/views/control-config/setFile'),
|
|
|
+ // name: 'SetFile',
|
|
|
+ // meta: { title: '消防配置'}
|
|
|
+ // }
|
|
|
+ // ]
|
|
|
+ // },
|
|
|
// 404 page must be placed at the end !!!
|
|
|
{ path: '*', redirect: '/404', hidden: true }
|
|
|
]
|