add:空调系统群控-对接新接口以及逻辑修改

This commit is contained in:
chenpingsen
2024-08-02 16:28:35 +08:00
parent ea25c22383
commit bb9be7b4e0
14 changed files with 2597 additions and 52 deletions

View File

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