Browse Source

注释环境监测路由

deploy-dev
fks-yangshouda 3 months ago
parent
commit
6e294e13eb
  1. 38
      hx-ai-intelligent/src/router/monitor.ts

38
hx-ai-intelligent/src/router/monitor.ts

@ -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',

Loading…
Cancel
Save