feat: 用户管理模块

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-08 20:24:16 +08:00
parent 6337af9481
commit e1c3e550c3
12 changed files with 665 additions and 19 deletions

View File

@@ -39,6 +39,16 @@ const routes: RouteRecordRaw[] = [
name: 'Application',
component: () => import('@/views/applications/index.vue'),
},
{
path: '/profile',
name: 'Profile',
component: () => import('@/views/profile/index.vue'),
},
{
path: '/userManage',
name: 'UserManage',
component: () => import('@/views/userManage/index.vue'),
},
{
path: '/translate',
name: 'Translate',