适应上架的企微jssdk注册认证

This commit is contained in:
aixianling
2022-05-18 14:13:02 +08:00
parent b992df041e
commit 429e0d09ba

View File

@@ -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,