updata:日志管理

This commit is contained in:
2025-12-15 15:22:22 +08:00
parent c482d3a0bf
commit d0a909a1fb
10 changed files with 55 additions and 1 deletions

View File

@@ -412,6 +412,16 @@ export const appList = [
icon: 'ele-Cellphone',
},
},
{
name: 'spdmSystemLogs',
zhCn: '日志管理',
en: 'Logs',
path: '/spdm/system/logs',
component: () => import('/@/spdm/views/index.vue'),
meta: {
icon: 'ele-Link',
},
},
{
name: 'spdmSystemDynamicTable',
zhCn: '动态表格',