Browse Source

build: H5

zhengxy 2 years ago
parent
commit
e5e3544097
3 changed files with 3 additions and 3 deletions
  1. 1 1
      qwh5/dist/index.html
  2. 1 1
      qwh5/dist/js/app.9de992d1.js
  3. 1 1
      qwh5/src/utils/getWxConfig.ts

File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/index.html


File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/js/app.9de992d1.js


+ 1 - 1
qwh5/src/utils/getWxConfig.ts

@@ -33,7 +33,7 @@ function getAuthInfo(cb?: any, redirect_url?: any) {
33 33
 export function initQYConfig(authInfo, cb) { // 企业
34 34
   wx.config({
35 35
     beta: true, // 必须这么写,否则wx.invoke调用形式的jsapi会有问题
36
-    debug: true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
36
+    debug: false, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
37 37
     appId: authInfo.corpid, // 必填,企业微信的corpID
38 38
     timestamp: authInfo.timestamp, // 必填,生成签名的时间戳
39 39
     nonceStr: authInfo.nonce_str, // 必填,生成签名的随机串