From 1900f3fe7737fb0708f60caceb4bcb1eae075fe4 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Thu, 1 Jul 2021 12:45:17 +0800 Subject: [PATCH] =?UTF-8?q?Sign=20=E7=AD=BE=E5=90=8D=E6=A0=A1=E9=AA=8C?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=20#2728?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ant-design-vue-jeecg/src/utils/encryption/signMd5Utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ant-design-vue-jeecg/src/utils/encryption/signMd5Utils.js b/ant-design-vue-jeecg/src/utils/encryption/signMd5Utils.js index c748750..5acb56b 100644 --- a/ant-design-vue-jeecg/src/utils/encryption/signMd5Utils.js +++ b/ant-design-vue-jeecg/src/utils/encryption/signMd5Utils.js @@ -54,7 +54,7 @@ export default class signMd5Utils { if(lastpathVariable.includes("?")){ lastpathVariable = lastpathVariable.substring(0, lastpathVariable.indexOf("?")); } - result["x-path-variable"] = lastpathVariable; + result["x-path-variable"] = decodeURI(lastpathVariable); } if (urlArray && urlArray[1]) { let paramString = urlArray[1], paramResult; -- GitLab