help-centre

This commit is contained in:
X1627315083@163.com
2026-05-20 10:52:33 +08:00
parent 9f079107f7
commit fe205f4920
4 changed files with 343 additions and 1 deletions

View File

@@ -45,6 +45,10 @@ export const routes: RouteRecordRaw[] = [
name: 'user-stories',
component: () => import('./pages/user-stories/index.vue')
},
{ path: 'help-centre',
name: 'help-centre',
component: () => import('./pages/help-centre/index.vue')
},
{
path: 'my-account',
name: 'MyAccount',