This commit is contained in:
Leo
2026-01-30 19:43:15 +08:00
parent 53edda8a02
commit 6ff8f18604
3 changed files with 203 additions and 0 deletions

View File

@@ -362,6 +362,19 @@ export const dynamicRoutes = [
}
]
},
{
path: '/monitor/logfile',
component: Layout,
permissions: ['monitor:server:list'],
children: [
{
path: '',
component: () => import('@/views/monitor/logfile/index'),
name: 'Logfile',
meta: { title: '日志文件', icon: 'documentation' }
}
]
},
{
path: '/tool/gen-edit',
component: Layout,