mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-01-09 18:58:10 +00:00
online下拉搜索组件,配置字典sql带'=' 提示sign失败问题处理
This commit is contained in:
parent
a7893c4941
commit
75be8dd5b1
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user