|
@ -81,25 +81,25 @@ const equipmentControl = { |
|
|
}, |
|
|
}, |
|
|
], |
|
|
], |
|
|
}, |
|
|
}, |
|
|
// {
|
|
|
{ |
|
|
// path: 'ventilationSystem',
|
|
|
path: 'ventilationSystem', |
|
|
// name: 'ventilationSystem',
|
|
|
name: 'ventilationSystem', |
|
|
// meta: { title: '通风系统', hideChildren: true, icon: 'shebeiqunkong' },
|
|
|
meta: { title: '通风系统', hideChildren: true, icon: 'shebeiqunkong' }, |
|
|
// component: Base,
|
|
|
component: Base, |
|
|
// redirect: { name: 'ventilationSystemIndex' },
|
|
|
redirect: { name: 'ventilationSystemIndex' }, |
|
|
// children: [
|
|
|
children: [ |
|
|
// {
|
|
|
{ |
|
|
// path: 'index',
|
|
|
path: 'index', |
|
|
// name: 'ventilationSystemIndex',
|
|
|
name: 'ventilationSystemIndex', |
|
|
// component: () => import('/@/view/equipmentControl/ventilationSystem/index.vue'),
|
|
|
component: () => import('/@/view/equipmentControl/ventilationSystem/index.vue'), |
|
|
// meta: {
|
|
|
meta: { |
|
|
// title: '通风系统',
|
|
|
title: '通风系统', |
|
|
// keepAlive: false,
|
|
|
keepAlive: false, |
|
|
// // backApi: [],
|
|
|
// backApi: [],
|
|
|
// },
|
|
|
}, |
|
|
// },
|
|
|
}, |
|
|
// ],
|
|
|
], |
|
|
// },
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
path: 'airConditionControlSystem', |
|
|
path: 'airConditionControlSystem', |
|
|
name: 'airConditionControlSystem', |
|
|
name: 'airConditionControlSystem', |
|
|