add:空调系统群控-对接新接口以及逻辑修改
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user