wayne преди 6 години
родител
ревизия
06e3e8e281
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      pages/job/_post/_id.vue

+ 1 - 1
pages/job/_post/_id.vue

@@ -138,7 +138,7 @@
         let res = await this.$axios.$post("/api/recruit/chat", params)
         if (res.status === 1) {
           const uid = this.recruitData.uid
-          location.href = `proginn://chat?uid=${uid}`
+          location.href = `proginn://recruit/chat?uid=${uid}`
         }
       }
     }