Finish sidebar in ToolsFramework

This commit is contained in:
2023-10-13 17:59:21 +08:00
parent a48af3da92
commit e32f12d301
4 changed files with 95 additions and 23 deletions

View File

@@ -7,6 +7,7 @@ export const toolsJsonObjects: ToolsJsonObject[] = [
path: '',
id: 'tools',
component: React.lazy(() => import('@/pages/tools')),
icon: React.lazy(() => import('~icons/fatweb/logo.jsx')),
name: '主页',
menu: true,
auth: false