From bd9c04d61910c1af20979e77e89ff07ab5984e39 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 13 Jun 2022 18:25:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BC=82=E5=B8=B8?= 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 6befd077..520a88a1 100644 --- a/src/common/modules.js +++ b/src/common/modules.js @@ -29,7 +29,7 @@ export const config = { commit("clearConfig") commit("getConfig", {agentSignURL: url}) let action = "/app/wxcp/portal/agentSign" - if (!!params.action) { + if (!!params?.action) { action = params.action delete params.action }