[baozhangchao] 3 년 전
부모
커밋
ae16add66f
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4
    4
      src/pages/homePage.vue

+ 4
- 4
src/pages/homePage.vue 파일 보기

@@ -33,10 +33,10 @@ export default {
33 33
 
34 34
       // 带有路径的对象
35 35
       router.push({
36
-        path: '/OverPage',
37
-        query: {
38
-          type: 'win'
39
-        }
36
+        path: '/game'
37
+        // query: {
38
+        //   type: 'win'
39
+        // }
40 40
       })
41 41
     }
42 42
     const goRule = () => {