diff --git a/src/views/dashboard/components/PanelGroup.vue b/src/views/dashboard/components/PanelGroup.vue index 61ecaf5..de0bda1 100644 --- a/src/views/dashboard/components/PanelGroup.vue +++ b/src/views/dashboard/components/PanelGroup.vue @@ -75,13 +75,29 @@ permission: '/statistics' }, { + title: '识别记录', + context: '', + icon: 'log', + color: '#34bfa3', + path: '/record', + permission: '/record' + }, + { + title: '设备管理', + context: '', + icon: 'chart-pie', + color: '#d87a80', + path: '/device', + permission: '/device' + }, + { title: '登录日志', context: '', icon: 'log', color: '#9cbbff', path: '/loginLog', permission: '/loginLog' - } + }, ] } },