登录注册

This commit is contained in:
李志鹏
2026-05-18 15:22:08 +08:00
parent 4af58134fd
commit d327797236
16 changed files with 734 additions and 14 deletions

View File

@@ -31,7 +31,12 @@ export const routes: RouteRecordRaw[] = [
path: 'aida',
name: 'Aida',
component: () => import('./pages/aida/index.vue')
}
},
{
path: 'my-account',
name: 'MyAccount',
component: () => import('./pages/my-account/index.vue')
},
]
}
]