feat: 用户管理模块
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user