wayne 6 лет назад
Родитель
Сommit
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}`
         }
       }
     }