|
@@ -31,7 +31,6 @@ const router = createRouter({
|
|
|
{ path: '/analysis/detail', component: () => import('@/views/analysis/detail.vue') },
|
|
|
{ path: '/sunshineRun', component: () => import('@/views/sunshineRun/index.vue') },
|
|
|
{ path: '/game', component: () => import('@/views/game/index.vue') },
|
|
|
- { path: '/game/test', component: () => import('@/views/game/test.vue') },
|
|
|
{ path: '/score', component: () => import('@/views/score/index.vue') },
|
|
|
]
|
|
|
}
|