From 242bbccea6fd21c130f639cf7b9c6aa95d41fe44 Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期二, 16 一月 2024 11:12:42 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/console.html |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index 7ad3bef..eea7ecc 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -744,5 +744,34 @@
         $("#site-0" + id).animate({top: targetTop + 'px'}, 1000);
     }
 
+    //RGV杞﹁締鍚勭珯鐐硅窛绂绘暟鎹�
+    let sitePosition = {
+        101: '68px',
+        102: '117px',
+        122: '183px',
+        104: '183px',
+        105: '232px',
+        118: '297px',
+        107: '297px',
+        108: '345px',
+        119: '355px',
+        110: '410px',
+        120: '421px',
+        111: '459px',
+        121: '479px',
+        113: '524px',
+        123: '556px',
+        114: '572px',
+        1142: '600px',
+        116: '639px',
+        117: '687px',
+    }
+
+    //RGV杞︾Щ鍔ㄥ姩鐢�
+    function moveSite(siteId, staNo) {
+        $(siteId).animate({top: sitePosition[staNo]}, 1000);
+    }
+
+    moveSite("#site-1", 117);//娴嬭瘯绉诲姩鏂规硶,鍙垹闄�
 
 </script>
\ No newline at end of file

--
Gitblit v1.9.1