Browse Source

任务跟踪BUG修复

lizhouming 7 months ago
parent
commit
f6b45c2d4e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/emergencyCommandMap/RightSection/RenWuGenZong.vue

+ 1 - 1
src/views/emergencyCommandMap/RightSection/RenWuGenZong.vue

@@ -96,7 +96,7 @@ const toggleScroll = () => {
 };
 
 // 设置定时器
-const fetchInterval = 1000; // 每60秒刷新一次
+const fetchInterval = 1000; // 每1秒刷新一次
 let intervalId: number | null = null;
 
 const startFetchingData = () => {