add:群控

This commit is contained in:
zhaohy
2024-08-01 17:06:05 +08:00
parent deba7bddd8
commit bb3c4f1961
17 changed files with 296 additions and 58 deletions

View File

@@ -81,6 +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/airConditioningSystem/index.vue'),
// meta: {
// title: '通风系统',
// keepAlive: false,
// // backApi: [],
// },
// },
// ],
// },
],
};
export default equipmentControl;