浏览代码

修改跳转地址

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();
                 this.getData();
             },
             },
             jump(id) {
             jump(id) {
-                this.$router.push('/job/' + id);
+                this.$router.push('/recruit/' + id);
             }
             }
         }
         }
     }
     }