lushihan
6 months ago
4 changed files with 596 additions and 585 deletions
@ -0,0 +1,29 @@ |
|||
const Base = () => import('/nerv-lib/saas/view/system/layout/content.vue'); |
|||
const equipmentControl = { |
|||
path: '/equipmentControl', |
|||
name: 'EquipmentControl', |
|||
meta: { title: '设备群控', icon: 'dicizhishou', index: 4 }, |
|||
redirect: { name: 'homeIndex' }, |
|||
children: [ |
|||
{ |
|||
path: 'lightManage', |
|||
name: 'LightManage', |
|||
meta: { title: '智能照明', hideChildren: true, icon: 'dicizhishou' }, |
|||
component: Base, |
|||
redirect: { name: 'lightManageIndex' }, |
|||
children: [ |
|||
{ |
|||
path: 'index', |
|||
name: 'lightManageIndex', |
|||
component: () => import('/@/view/equipmentControl/lightingManage/index.vue'), |
|||
meta: { |
|||
title: '部门/权限', |
|||
keepAlive: true, |
|||
// backApi: [],
|
|||
}, |
|||
}, |
|||
], |
|||
}, |
|||
], |
|||
}; |
|||
export default equipmentControl; |
Loading…
Reference in new issue