Jelajahi Sumber

移除路由

林旭祥 1 Minggu lalu
induk
melakukan
1d4f3d85b7
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      src/router/index.ts

+ 0 - 1
src/router/index.ts

@@ -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') },
       ]
     }