Explorar el Código

腾讯验证码

wangxin hace 5 años
padre
commit
6cc0154cbe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/view/captcha/captcha.vue

+ 1 - 1
src/view/captcha/captcha.vue

@@ -63,7 +63,7 @@
             this.phone = location.href.split('?')[1].split('=')[1];
             this.number = this.phone.substring(0, 3) + ' ' + this.phone.substring(3, 7) + ' ' + this.phone.substring(7, 11);
             this.TencentCaptcha = new window.TencentCaptcha(
-                getAppId(),
+                getAppId('development'),
                 function (res) {/* callback */
                     window.webkit.messageHandlers.returnVerificationCode.postMessage(res.ret);
                     if (this.isiOS) {