pc版本增加个人资料

This commit is contained in:
yml2213
2026-05-29 20:17:24 +08:00
parent f386fcc552
commit 0797452ea4
4 changed files with 1119 additions and 23 deletions
+6
View File
@@ -12,6 +12,12 @@ export const accountRoutes: RouteRecordRaw[] = [
component: () => import('@/views/account/OrderCreateView.vue'),
meta: { requiresAuth: true },
},
{
path: '/profile',
name: 'profile',
component: () => import('@/views/account/ProfileView.vue'),
meta: { requiresAuth: true },
},
{
path: '/orders',
name: 'orders',