This commit is contained in:
2023-11-02 18:29:13 +08:00
parent d708cf7906
commit a8167b0741
11 changed files with 119 additions and 38 deletions

View File

@@ -43,6 +43,17 @@ const user: RouteJsonObject[] = [
permission: true,
autoHide: true
},
{
path: 'log',
absolutePath: '/system/log',
id: 'system-log',
component: React.lazy(() => import('@/pages/system/Log')),
name: '系统日志',
icon: React.lazy(() => import('~icons/fatweb/log.jsx')),
menu: true,
permission: true,
autoHide: true
},
{
path: '*',
absolutePath: '*',