注释环境监测路由
This commit is contained in:
@@ -5,25 +5,25 @@ const equipment = {
|
||||
meta: { title: '监控中心', icon: 'jiankongzhongxin', index: 1 },
|
||||
redirect: { name: 'EnvironmentMonitor' },
|
||||
children: [
|
||||
{
|
||||
path: 'environmentMonitor',
|
||||
name: 'EnvironmentMonitor',
|
||||
meta: { title: '环境监测', hideChildren: true, icon: 'huanjingjiance' },
|
||||
component: Base,
|
||||
redirect: { name: 'EnvironmentMonitorIndex' },
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
name: 'EnvironmentMonitorIndex',
|
||||
component: () => import('/@/view/monitor/environmentMonitor/index.vue'),
|
||||
meta: {
|
||||
title: '环境监测',
|
||||
keepAlive: true,
|
||||
// backApi: [],
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
// {
|
||||
// path: 'environmentMonitor',
|
||||
// name: 'EnvironmentMonitor',
|
||||
// meta: { title: '环境监测', hideChildren: true, icon: 'huanjingjiance' },
|
||||
// component: Base,
|
||||
// redirect: { name: 'EnvironmentMonitorIndex' },
|
||||
// children: [
|
||||
// {
|
||||
// path: 'index',
|
||||
// name: 'EnvironmentMonitorIndex',
|
||||
// component: () => import('/@/view/monitor/environmentMonitor/index.vue'),
|
||||
// meta: {
|
||||
// title: '环境监测',
|
||||
// keepAlive: true,
|
||||
// // backApi: [],
|
||||
// },
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
{
|
||||
path: 'deviceMonitor',
|
||||
name: 'DeviceMonitor',
|
||||
|
Reference in New Issue
Block a user