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