add:空调系统
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user