| | |
| | | ] |
| | | }, |
| | | { |
| | | path: "/switchcontrol", |
| | | component: Layout, |
| | | meta: { title: "交流/直流微断测控", icon: 'dashboard'}, |
| | | name: "switchControl", |
| | | children: [ |
| | | { |
| | | path: '', |
| | | component: () => import('@/views/switchControl'), |
| | | name: 'switchControl', |
| | | meta: {title: '交流/直流微断测控', icon: 'dashboard'} |
| | | }, |
| | | ] |
| | | }, |
| | | { |
| | | path: "/power-cabinet-control", |
| | | component: Layout, |
| | | meta: { title: "通信电源柜测控", icon: 'dashboard'}, |
| | | name: "powerCabinetControl", |
| | | children: [ |
| | | { |
| | | path: '', |
| | | component: () => import('@/views/powerCabinetControl'), |
| | | name: 'powerCabinetControl', |
| | | meta: {title: '通信电源柜测控', icon: 'dashboard'} |
| | | }, |
| | | ] |
| | | }, |
| | | { |
| | | path: "/user", |
| | | component: Layout, |
| | | redirect: '/user/list', |