소스 검색

日常开发

林旭祥 2 일 전
부모
커밋
0a04284302
5개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. BIN
      public/static/images/game/humanBody.png
  2. BIN
      public/static/images/game/square.png
  3. 1 1
      src/router/index.ts
  4. 0 0
      src/views/game/humanBody.vue
  5. 1 1
      src/views/game/index.vue

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(() => {