|
@ -5,25 +5,25 @@ const equipment = { |
|
|
meta: { title: '监控中心', icon: 'jiankongzhongxin', index: 1 }, |
|
|
meta: { title: '监控中心', icon: 'jiankongzhongxin', index: 1 }, |
|
|
redirect: { name: 'EnvironmentMonitor' }, |
|
|
redirect: { name: 'EnvironmentMonitor' }, |
|
|
children: [ |
|
|
children: [ |
|
|
{ |
|
|
// {
|
|
|
path: 'environmentMonitor', |
|
|
// path: 'environmentMonitor',
|
|
|
name: 'EnvironmentMonitor', |
|
|
// name: 'EnvironmentMonitor',
|
|
|
meta: { title: '环境监测', hideChildren: true, icon: 'huanjingjiance' }, |
|
|
// meta: { title: '环境监测', hideChildren: true, icon: 'huanjingjiance' },
|
|
|
component: Base, |
|
|
// component: Base,
|
|
|
redirect: { name: 'EnvironmentMonitorIndex' }, |
|
|
// redirect: { name: 'EnvironmentMonitorIndex' },
|
|
|
children: [ |
|
|
// children: [
|
|
|
{ |
|
|
// {
|
|
|
path: 'index', |
|
|
// path: 'index',
|
|
|
name: 'EnvironmentMonitorIndex', |
|
|
// name: 'EnvironmentMonitorIndex',
|
|
|
component: () => import('/@/view/monitor/environmentMonitor/index.vue'), |
|
|
// component: () => import('/@/view/monitor/environmentMonitor/index.vue'),
|
|
|
meta: { |
|
|
// meta: {
|
|
|
title: '环境监测', |
|
|
// title: '环境监测',
|
|
|
keepAlive: true, |
|
|
// keepAlive: true,
|
|
|
// backApi: [],
|
|
|
// // backApi: [],
|
|
|
}, |
|
|
// },
|
|
|
}, |
|
|
// },
|
|
|
], |
|
|
// ],
|
|
|
}, |
|
|
// },
|
|
|
{ |
|
|
{ |
|
|
path: 'deviceMonitor', |
|
|
path: 'deviceMonitor', |
|
|
name: 'DeviceMonitor', |
|
|
name: 'DeviceMonitor', |
|
|