This commit is contained in:
X1627315083@163.com
2026-05-19 14:49:12 +08:00
parent 7e8fdf315b
commit 4c515e1123

View File

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