1
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user