1兼容数智五环大屏,跳转方法调整

This commit is contained in:
2026-06-09 19:35:12 +08:00
parent 6ccdec9b10
commit 855eec9965
24 changed files with 114 additions and 64 deletions
+4 -2
View File
@@ -1451,7 +1451,8 @@ padding-left: 2em;
document.getElementById("hdNoticeId").value = noticeId;
document.getElementById("imgBtn").click();
window.open(data);
top.window.location.reload();
// top.window.location.reload();
window.location.reload();
}
})
</script>
@@ -1833,7 +1834,8 @@ padding-left: 2em;
$(".project-list>div").click(function () {
var $this = $(this)
top.window.location.href = "../indexProject.aspx?projectName=" + $this.html();
// top.window.location.href = "../indexProject.aspx?projectName=" + $this.html();
window.location.href = "../indexProject.aspx?projectName=" + $this.html();
});
})
</script>