From f4603a10d8519827608636c5e7980b2d6d0be8e3 Mon Sep 17 00:00:00 2001
From: ytfl <ytfl@qq.com>
Date: 星期四, 05 二月 2026 09:14:53 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index 513907f..903a372 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -664,6 +664,14 @@
                 }
             }
         });
+
+        //鑾峰彇RGV鏁版嵁
+        $.ajax({
+            url: baseUrl + "/console/latest/data/rgv",
+            headers: {'token': localStorage.getItem('token')},
+            method: 'POST',
+            success: function (res) {}
+        })
     }
 
     // 鎵爜鍣ㄥ疄鏃舵暟鎹幏鍙�

--
Gitblit v1.9.1