Przeglądaj źródła

修改跳转地址

xiaozhen 6 lat temu
rodzic
commit
fff323032f
1 zmienionych plików z 1 dodań i 1 usunięć
  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);
             }
         }
     }