ソースを参照

修改跳转地址

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);
             }
         }
     }