add:空调系统

This commit is contained in:
zhaohy
2024-07-30 14:37:39 +08:00
parent 16d7f81f0e
commit 05409722ae
11 changed files with 364 additions and 0 deletions

View File

@@ -62,6 +62,25 @@ const equipmentControl = {
},
],
},
{
path: 'airConditioningSystem',
name: 'airConditioningSystem',
meta: { title: '空调系统', hideChildren: true, icon: 'shebeiqunkong' },
component: Base,
redirect: { name: 'airConditioningSystemIndex' },
children: [
{
path: 'index',
name: 'airConditioningSystemIndex',
component: () => import('/@/view/equipmentControl/airConditioningSystem/index.vue'),
meta: {
title: '空调系统',
keepAlive: false,
// backApi: [],
},
},
],
},
],
};
export default equipmentControl;