소스 검색

修改跳转地址

xiaozhen 6 년 전
부모
커밋
2d80b46c20
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/recruit/index.vue

+ 1 - 1
pages/recruit/index.vue

@@ -96,7 +96,7 @@
                 this.getData();
             },
             jump(id) {
-                this.$router.push('/job/' + id);
+                this.$router.push('/recruit/' + id);
             }
         }
     }