瀏覽代碼

移除路由

林旭祥 1 周之前
父節點
當前提交
1d4f3d85b7
共有 1 個文件被更改,包括 0 次插入1 次删除
  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') },
       ]
     }