Explorar el Código

修改跳转地址

xiaozhen hace 6 años
padre
commit
fff323032f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
             }
         }
     }