Add tools setting page

This commit is contained in:
2024-01-16 23:37:07 +08:00
parent ec3f552ec5
commit b738634eff
4 changed files with 17 additions and 0 deletions

View File

@@ -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',