Browse Source

日常开发

林旭祥 1 day ago
parent
commit
0a04284302

BIN
public/static/images/game/humanBody.png


BIN
public/static/images/game/square.png


+ 1 - 1
src/router/index.ts

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

+ 0 - 0
src/views/game/fruit2.vue → src/views/game/humanBody.vue


+ 1 - 1
src/views/game/index.vue

@@ -70,7 +70,7 @@ onBeforeMount(async () => {
 onMounted(() => {
   //停止播报;
   speckCancel();
-  projectList.value = [{ name: "方块跳一跳", key: "square" }, { name: "水果忍者", key: "fruit" }, { name: "17点位", key: "fruit2" }]
+  projectList.value = [{ name: "方块跳一跳", key: "square" }, { name: "水果忍者", key: "fruit" }, { name: "17点位", key: "humanBody" }]
 });
 
 onBeforeUnmount(() => {