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