panhui 4 лет назад
Родитель
Сommit
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,