From 4869319c39ed623cf8dbc5ac3a59914788de1952 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 27 Jan 2022 16:31:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=BD=E5=8A=A0CorpId=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index 28e46387..9bbef511 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -236,7 +236,7 @@ const store = new Vuex.Store({ }, agentSign(state, params) { let url = window.location.href, - {corpId, suiteId} = state.state.config + {corpId = "ww596787bb70f08288", suiteId} = state.state.config if (agentSignURL == url) { return Promise.resolve() } else { @@ -249,7 +249,7 @@ const store = new Vuex.Store({ params = params || {corpId, suiteId} } return http.post("/app/wxcp/portal/agentSign", null, { - params: {corpId: "ww596787bb70f08288", ...params, url} + params: {...params, url} }).then(res => { if (res?.data) { let config = {