架构视图链接获取sid

This commit is contained in:
lihongyu 2022-08-01 03:14:45 +08:00
parent a8acbec09a
commit b025ed00f0

View File

@ -495,6 +495,7 @@ function openLinkUrl(type, url, target, uuid, obj) {
}
function openLinkUrlRewrite(type, url, target, uuid, obj, fileName, inspected) {
var sid=$("#sid").val();
if (target == "0") {
target = $(obj).attr("target");
}
@ -508,7 +509,7 @@ function openLinkUrlRewrite(type, url, target, uuid, obj, fileName, inspected) {
}
window.location.href = url;
} else {
window.open(url, target);
window.open(url+sid, target);
}
} else {
if (inspected) { //已经进行过权限判断,不需要再判断