panhui 4 年之前
父節點
當前提交
41d767ef90
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/comos/src/router/index.js

+ 1 - 1
src/main/comos/src/router/index.js

@@ -16,7 +16,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,