add:群控
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user