Commit dfa28e648c38e332c201d6d72135de5485a42bea

Authored by zhangdaiscott
1 parent 12ad80d5

Sign 签名校验失败 #2728

ant-design-vue-jeecg/src/utils/encryption/signMd5Utils.js
... ... @@ -54,7 +54,7 @@ export default class signMd5Utils {
54 54 if(lastpathVariable.includes("?")){
55 55 lastpathVariable = lastpathVariable.substring(0, lastpathVariable.indexOf("?"));
56 56 }
57   - result["x-path-variable"] = lastpathVariable;
  57 + result["x-path-variable"] = decodeURI(lastpathVariable);
58 58 }
59 59 if (urlArray && urlArray[1]) {
60 60 let paramString = urlArray[1], paramResult;
... ...