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