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,