feat: Add device group
This commit is contained in:
@@ -118,6 +118,12 @@ export const asyncRoutes = [
|
||||
meta: { title: 'GroupManage', icon: 'ChatRound' /*keepAlive: true*/ },
|
||||
component: () => import('@/views/group/index.vue'),
|
||||
},
|
||||
{
|
||||
path: 'deviceGroup',
|
||||
name: 'DeviceGroup',
|
||||
meta: { title: 'DeviceGroupManage', icon: 'ChatRound' /*keepAlive: true*/ },
|
||||
component: () => import('@/views/group/deviceGroupList.vue'),
|
||||
},
|
||||
{
|
||||
path: 'index',
|
||||
name: 'UserList',
|
||||
|
||||
Reference in New Issue
Block a user