设备管理修改

This commit is contained in:
仲么了
2024-01-09 16:45:29 +08:00
parent fcbf724b95
commit 1c00172869
5 changed files with 168 additions and 13 deletions

View File

@@ -84,7 +84,7 @@ const init = async () => {
icon: 'el-icon-List',
menu_type: 'tab',
url: '',
component: '/src/views/dashboard/test.vue',
component: '/src/views/govern/device/manage.vue',
keepalive: 'test',
extend: 'none',
children: [
@@ -98,7 +98,7 @@ const init = async () => {
icon: 'el-icon-List',
menu_type: 'tab',
url: '',
component: '/src/views/comptroller/list.vue',
component: '/src/views/govern/device/manage.vue',
keepalive: 'auth/role',
extend: 'none',
children: []