wayne 6 år sedan
förälder
incheckning
06e3e8e281
1 ändrade filer med 1 tillägg och 1 borttagningar
  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}`
         }
       }
     }