From b992df041e591614c97224d7d65a821965989a19 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 18 May 2022 14:12:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E5=BA=94=E4=B8=8A=E6=9E=B6=E7=9A=84?= =?UTF-8?q?=E4=BC=81=E5=BE=AEjssdk=E6=B3=A8=E5=86=8C=E8=AE=A4=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/store/index.js b/src/store/index.js index c2f05f0d..de590eac 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -239,10 +239,12 @@ const store = new Vuex.Store({ return Promise.resolve() } else { agentSignURL = url + let action = "/app/wxcp/portal/agentSign" if (sessionStorage.getItem("prj")?.indexOf("saas") > -1) { params = {...params, corpId: "ww596787bb70f08288"} + action = "/wxcptp/portal/agentSign" } - return http.post("/app/wxcp/portal/agentSign", null, { + return http.post(action, null, { withoutToken: true, params: {...params, url} }).then(res => {