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