From aa759e28b7f93b16c3d8dc5d3313e4bd485e4401 Mon Sep 17 00:00:00 2001
From: yxFwq <1>
Date: 星期三, 08 一月 2025 13:57:36 +0800
Subject: [PATCH] #
---
src/main/webapp/views/console22.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/console22.html b/src/main/webapp/views/console22.html
index f466a83..bc3908a 100644
--- a/src/main/webapp/views/console22.html
+++ b/src/main/webapp/views/console22.html
@@ -25,7 +25,7 @@
</div>
</div>
<!-- 璐ф灦 + 鍫嗗灈鏈� + 鍏ュ簱绔欑偣 -->
- <div class="main-part" style="width: 1920px;height:1080px;overflow: scroll">
+ <div id="mainPart" class="main-part" style="width: 1920px;height:1080px;overflow: scroll">
</div>
<div id="body">
@@ -384,7 +384,7 @@
</script>
<script type="text/javascript">
// 寮圭獥绔欑偣淇℃伅
- $('.site').on('click', function () {
+ $('#mainPart').on('click','.site', function () {
var id = this.id.split("-")[1];
$("#siteWindow").attr("style", "display:block;");//鏄剧ずdiv
$("#crnWindow").attr("style", "display:none;");
--
Gitblit v1.9.1