From 42e289250dc029c21df5eb7c9b8a2b468405e431 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 16 Jun 2022 18:23:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=82=E5=B8=B8=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/modules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/modules.js b/src/common/modules.js index 1ab93bd8..723034fa 100644 --- a/src/common/modules.js +++ b/src/common/modules.js @@ -26,7 +26,7 @@ export const config = { if (!!params?.action) { action = params.action delete params.action - } else if (!!params.suiteId) { + } else if (!!params?.suiteId) { action = "/app/wxcptp/portal/agentSign" } return http.post(action, null, {