feat: Add device group

This commit is contained in:
lejianwen
2025-02-23 21:34:56 +08:00
parent c20592620d
commit b1ebedefc6
6 changed files with 229 additions and 0 deletions
+6
View File
@@ -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',