From 3d65b32fc7decc334d1e9510a8b7eea1828e22a5 Mon Sep 17 00:00:00 2001 From: cheng <545895878@qq.com> Date: Sun, 7 Dec 2025 00:09:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 6479603..6447804 100644 --- a/src/App.vue +++ b/src/App.vue @@ -192,7 +192,7 @@ const initMap = async () => { // 性能优化:节流处理数据更新 let lastUpdateTime = 0 -const UPDATE_INTERVAL = 3000 // 3秒更新一次,大幅降低更新频率 +const UPDATE_INTERVAL = 1000 // 3秒更新一次,大幅降低更新频率 // 初始化WebSocket连接 const initWebSocket = () => {