feat: 分组管理
This commit is contained in:
@@ -24,6 +24,25 @@ const equipment = {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: 'group',
|
||||
name: 'Group',
|
||||
meta: { title: '分组管理', hideChildren: true, icon: 'dicizhishou' },
|
||||
component: Base,
|
||||
redirect: { name: 'GroupIndex' },
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
name: 'GroupIndex',
|
||||
component: () => import('/@/view/equipmentManage/group/index.vue'),
|
||||
meta: {
|
||||
title: '分组管理',
|
||||
keepAlive: true,
|
||||
backApi: [],
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
export default equipment;
|
||||
|
Reference in New Issue
Block a user