From 75be8dd5b114929de30a27bfa94d5648933a4082 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Thu, 21 Oct 2021 16:31:10 +0800 Subject: [PATCH] =?UTF-8?q?online=E4=B8=8B=E6=8B=89=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=EF=BC=8C=E9=85=8D=E7=BD=AE=E5=AD=97=E5=85=B8?= =?UTF-8?q?sql=E5=B8=A6'=3D'=20=E6=8F=90=E7=A4=BAsign=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E5=A4=84=E7=90=86?= 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 d138c70b..320ca8da 100644 --- a/ant-design-vue-jeecg/src/utils/encryption/signMd5Utils.js +++ b/ant-design-vue-jeecg/src/utils/encryption/signMd5Utils.js @@ -56,7 +56,7 @@ export default class signMd5Utils { lastpathVariable = lastpathVariable.substring(0, lastpathVariable.indexOf("?")); } //解决Sign 签名校验失败 #2728 - result["x-path-variable"] = decodeURI(lastpathVariable); + result["x-path-variable"] = decodeURIComponent(lastpathVariable); } if (urlArray && urlArray[1]) { let paramString = urlArray[1], paramResult;