修复异常

This commit is contained in:
aixianling
2022-06-13 18:25:23 +08:00
parent 9a07b6a15c
commit bd9c04d619

View File

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