Separate official website page

This commit is contained in:
2023-12-28 17:50:26 +08:00
parent 81d6f0ac29
commit 0b8df09336
33 changed files with 125 additions and 980 deletions

View File

@@ -7,7 +7,7 @@ const user: RouteJsonObject[] = [
id: 'user',
component: React.lazy(() => import('@/pages/user')),
name: '个人档案',
icon: React.lazy(() => import('~icons/fatweb/user.jsx')),
icon: React.lazy(() => import('~icons/oxygen/user.jsx')),
menu: true
},
{