From d3eef2678ed655866ea663c10f98faff530b0e3b Mon Sep 17 00:00:00 2001 From: chenpingsen Date: Fri, 23 Aug 2024 17:01:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=BB=99=E6=8E=92=E6=B0=B4=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E6=9A=82=E6=97=B6=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hx-ai-intelligent/src/router/equipmentControl.ts | 38 ++++++++++++------------ 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/hx-ai-intelligent/src/router/equipmentControl.ts b/hx-ai-intelligent/src/router/equipmentControl.ts index ce85f33..988ddc3 100644 --- a/hx-ai-intelligent/src/router/equipmentControl.ts +++ b/hx-ai-intelligent/src/router/equipmentControl.ts @@ -119,25 +119,25 @@ const equipmentControl = { }, ], }, - { - path: 'waterSystem', - name: 'waterSystem', - meta: { title: '给排水系统', hideChildren: true, icon: 'shebeiqunkong' }, - component: Base, - redirect: { name: 'waternControlSystemIndex' }, - children: [ - { - path: 'index', - name: 'waternControlSystemIndex', - component: () => import('/@/view/equipmentControl/waterSystem/index.vue'), - meta: { - title: '给排水系统', - keepAlive: false, - // backApi: [], - }, - }, - ], - }, + // { + // path: 'waterSystem', + // name: 'waterSystem', + // meta: { title: '给排水系统', hideChildren: true, icon: 'shebeiqunkong' }, + // component: Base, + // redirect: { name: 'waternControlSystemIndex' }, + // children: [ + // { + // path: 'index', + // name: 'waternControlSystemIndex', + // component: () => import('/@/view/equipmentControl/waterSystem/index.vue'), + // meta: { + // title: '给排水系统', + // keepAlive: false, + // // backApi: [], + // }, + // }, + // ], + // }, { path: 'planToAdd', name: 'planToAdd',