From 6e294e13eb4079a8ff2db518cc1f637d2bbc1a02 Mon Sep 17 00:00:00 2001 From: fks-yangshouda Date: Mon, 8 Jul 2024 10:42:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E7=8E=AF=E5=A2=83=E7=9B=91?= =?UTF-8?q?=E6=B5=8B=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hx-ai-intelligent/src/router/monitor.ts | 38 ++++++++++++++++----------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/hx-ai-intelligent/src/router/monitor.ts b/hx-ai-intelligent/src/router/monitor.ts index b565c1c..79d2806 100644 --- a/hx-ai-intelligent/src/router/monitor.ts +++ b/hx-ai-intelligent/src/router/monitor.ts @@ -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',