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