异常判断
This commit is contained in:
@@ -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, {
|
||||||
|
|||||||
Reference in New Issue
Block a user