Add base settings management to Settings page

This commit is contained in:
2023-12-27 17:12:42 +08:00
parent 4eec5092ff
commit 81d6f0ac29
9 changed files with 113 additions and 11 deletions

View File

@@ -49,7 +49,7 @@ const root: RouteJsonObject[] = [
absolutePath: '/tools',
id: 'toolsFramework',
component: React.lazy(() => import('@/pages/ToolsFramework')),
children: setTitle(tools, '工具'),
children: setTitle(tools, '工具'),
name: '工具',
auth: false
},