|
@@ -33,6 +33,7 @@ const router = createRouter({
|
|
{ path: '/game', component: () => import('@/views/game/index.vue') },
|
|
{ path: '/game', component: () => import('@/views/game/index.vue') },
|
|
{ path: '/game/square', component: () => import('@/views/game/square.vue') },
|
|
{ path: '/game/square', component: () => import('@/views/game/square.vue') },
|
|
{ path: '/game/fruit', component: () => import('@/views/game/fruit.vue') },
|
|
{ path: '/game/fruit', component: () => import('@/views/game/fruit.vue') },
|
|
|
|
+ { path: '/game/basketball', component: () => import('@/views/game/basketball.vue') },
|
|
{ path: '/game/humanBody', component: () => import('@/views/game/humanBody.vue') },
|
|
{ path: '/game/humanBody', component: () => import('@/views/game/humanBody.vue') },
|
|
{ path: '/score', component: () => import('@/views/score/index.vue') },
|
|
{ path: '/score', component: () => import('@/views/score/index.vue') },
|
|
]
|
|
]
|