xiongzhu hace 4 años
padre
commit
07b230681d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/nine-space/src/router/index.js

+ 1 - 1
src/main/nine-space/src/router/index.js

@@ -13,7 +13,7 @@ function jsapiSign() {
                 .get('/wx/jsapiSign', { url: isIOS ? store.state.firstUrl : location.origin + location.href })
                 .then(res => {
                     wx.config({
-                        debug: true,
+                        debug: false,
                         appId: res.appId,
                         timestamp: res.timestamp,
                         nonceStr: res.nonceStr,