From 024820f378575bb6d42c2a42304ba6f42d682195 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 25 Jul 2022 11:58:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8wx.config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/modules.js | 1 + 1 file changed, 1 insertion(+) 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 => {