This commit is contained in:
李志鹏
2026-05-19 10:36:47 +08:00
parent bcaeda6217
commit 9eeb29da31
5 changed files with 39 additions and 10 deletions

View File

@@ -49,6 +49,10 @@ export const routes: RouteRecordRaw[] = [
path: 'orders',
component: () => import('./pages/my-account/orders.vue'),
},
{
path: 'subscriptions',
component: () => import('./pages/my-account/subscriptions.vue'),
},
{
path: ':pathMatch(.*)*',
component: () => import('./pages/my-account/welcome.vue'),