架构视图链接获取sid
This commit is contained in:
parent
a8acbec09a
commit
b025ed00f0
@ -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) { //已经进行过权限判断,不需要再判断
|
||||
|
||||
Loading…
Reference in New Issue
Block a user