diff --git a/ant-design-vue-jeecg/src/utils/encryption/signMd5Utils.js b/ant-design-vue-jeecg/src/utils/encryption/signMd5Utils.js index c74875043b0bfcd20336c833792d42c76db9bcb7..5acb56be09eae78ccedcdb2f5209197296f17709 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;