Add tools setting page
This commit is contained in:
@@ -30,6 +30,16 @@ const system: RouteJsonObject[] = [
|
||||
menu: true,
|
||||
autoHide: true
|
||||
},
|
||||
{
|
||||
path: 'tools',
|
||||
absolutePath: '/system/tools',
|
||||
id: 'system-tools',
|
||||
component: lazy(() => import('@/pages/System/Tools')),
|
||||
name: '工具配置',
|
||||
icon: lazy(() => import('~icons/oxygen/tool')),
|
||||
menu: true,
|
||||
autoHide: true
|
||||
},
|
||||
{
|
||||
path: 'user',
|
||||
absolutePath: '/system/user',
|
||||
|
||||
Reference in New Issue
Block a user