diff --git a/src/common/modules.js b/src/common/modules.js index adbcb4ef..c284b0d6 100644 --- a/src/common/modules.js +++ b/src/common/modules.js @@ -366,6 +366,7 @@ export const wxwork = { }, 200) } } + console.log({...state.config, appId: state.config.corpId, jsApiList: []}) wx.config({...state.config, appId: state.config.corpId, jsApiList: []}) wx.ready(() => loadSdk()) wx.error(err => {