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