异常判断

This commit is contained in:
aixianling
2022-06-16 18:23:29 +08:00
parent e57b338560
commit 42e289250d

View File

@@ -26,7 +26,7 @@ export const config = {
if (!!params?.action) { if (!!params?.action) {
action = params.action action = params.action
delete params.action delete params.action
} else if (!!params.suiteId) { } else if (!!params?.suiteId) {
action = "/app/wxcptp/portal/agentSign" action = "/app/wxcptp/portal/agentSign"
} }
return http.post(action, null, { return http.post(action, null, {