feat: 个人信息页面.

This commit is contained in:
lijiahang
2023-10-31 19:07:48 +08:00
parent 6c9aabd4fd
commit 3fef9b8ae2
42 changed files with 647 additions and 148 deletions

View File

@@ -17,9 +17,9 @@ const USER: AppRouteRecordRaw = {
component: () => import('@/views/user/user/index.vue'),
},
{
name: 'userMine',
path: '/user/mine',
component: () => import('@/views/user/mine/index.vue'),
name: 'userInfo',
path: '/user/info',
component: () => import('@/views/user/info/index.vue'),
},
],
};