Skip to content

Commit

Permalink
fix(设备分组): 优化树形设备分组展示
Browse files Browse the repository at this point in the history
完善分组功能

re #214
  • Loading branch information
Lind-pro committed Oct 14, 2020
1 parent b1ee7fa commit 305ec82
Show file tree
Hide file tree
Showing 5 changed files with 515 additions and 199 deletions.
6 changes: 6 additions & 0 deletions config/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,12 @@ export const routes = [
icon: 'gold',
component: './device/tree'
},
{
hideInMenu: true,
path: '/device/tree/detail',
name: '分组详情',
component: './device/tree/DeviceTree',
},
{
hideInMenu: true,
path: '/device/instance/add',
Expand Down

0 comments on commit 305ec82

Please sign in to comment.