This commit is contained in:
2026-01-06 16:55:14 +08:00
parent 76eda11a7e
commit fc3eb65b60
11 changed files with 65 additions and 8 deletions

View File

@@ -472,6 +472,16 @@ export const appList = [
icon: 'ele-Link',
},
},
{
name: 'spdmSystemPermission',
zhCn: '权限管理',
en: 'Permission',
path: '/spdm/system/permission',
component: () => import('/@/spdm/views/index.vue'),
meta: {
icon: 'ele-Lock',
},
},
{
name: 'spdmSystemDynamicTable',
zhCn: '动态表格',