From 243aea92bb6e841b023d81c10667ed93cdeab51a Mon Sep 17 00:00:00 2001 From: zhaohy <1695786511@qq.com> Date: Mon, 5 Aug 2024 15:23:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E9=80=9A=E9=A3=8E=E7=B3=BB=E7=BB=9F?= 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 bd6ccb5..ffc3285 100644 --- a/hx-ai-intelligent/src/router/equipmentControl.ts +++ b/hx-ai-intelligent/src/router/equipmentControl.ts @@ -81,25 +81,25 @@ const equipmentControl = { }, ], }, - // { - // path: 'ventilationSystem', - // name: 'ventilationSystem', - // meta: { title: '通风系统', hideChildren: true, icon: 'shebeiqunkong' }, - // component: Base, - // redirect: { name: 'ventilationSystemIndex' }, - // children: [ - // { - // path: 'index', - // name: 'ventilationSystemIndex', - // component: () => import('/@/view/equipmentControl/ventilationSystem/index.vue'), - // meta: { - // title: '通风系统', - // keepAlive: false, - // // backApi: [], - // }, - // }, - // ], - // }, + { + path: 'ventilationSystem', + name: 'ventilationSystem', + meta: { title: '通风系统', hideChildren: true, icon: 'shebeiqunkong' }, + component: Base, + redirect: { name: 'ventilationSystemIndex' }, + children: [ + { + path: 'index', + name: 'ventilationSystemIndex', + component: () => import('/@/view/equipmentControl/ventilationSystem/index.vue'), + meta: { + title: '通风系统', + keepAlive: false, + // backApi: [], + }, + }, + ], + }, { path: 'airConditionControlSystem', name: 'airConditionControlSystem',