mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-20 11:02:50 +00:00
Sign 签名校验失败 #2728
This commit is contained in:
parent
37fe6fea69
commit
1900f3fe77
@ -54,7 +54,7 @@ export default class signMd5Utils {
|
|||||||
if(lastpathVariable.includes("?")){
|
if(lastpathVariable.includes("?")){
|
||||||
lastpathVariable = lastpathVariable.substring(0, lastpathVariable.indexOf("?"));
|
lastpathVariable = lastpathVariable.substring(0, lastpathVariable.indexOf("?"));
|
||||||
}
|
}
|
||||||
result["x-path-variable"] = lastpathVariable;
|
result["x-path-variable"] = decodeURI(lastpathVariable);
|
||||||
}
|
}
|
||||||
if (urlArray && urlArray[1]) {
|
if (urlArray && urlArray[1]) {
|
||||||
let paramString = urlArray[1], paramResult;
|
let paramString = urlArray[1], paramResult;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user