Parcourir la source

任务跟踪BUG修复

lizhouming il y a 7 mois
Parent
commit
f6b45c2d4e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 = () => {