From 429e0d09baa3104bb8c4bb449f0ca1780b276ff1 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 18 May 2022 14:13:02 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/index.js b/src/store/index.js index de590eac..a8fb16e4 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -242,7 +242,7 @@ const store = new Vuex.Store({ let action = "/app/wxcp/portal/agentSign" if (sessionStorage.getItem("prj")?.indexOf("saas") > -1) { params = {...params, corpId: "ww596787bb70f08288"} - action = "/wxcptp/portal/agentSign" + action = "/app/wxcptp/portal/agentSign" } return http.post(action, null, { withoutToken: true,