From b3ff80e45d24a821ca0731983b1546b48570cdf1 Mon Sep 17 00:00:00 2001
From: xby-y <2251528873@qq.com>
Date: 星期四, 09 四月 2026 14:28:51 +0800
Subject: [PATCH] 添加日志信息

---
 项目代码/大屏/src/views/indexs/sc02-task-info.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/\345\244\247\345\261\217/src/views/indexs/sc02-task-info.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/\345\244\247\345\261\217/src/views/indexs/sc02-task-info.vue"
index fc8e8ad..6d03834 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/\345\244\247\345\261\217/src/views/indexs/sc02-task-info.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/\345\244\247\345\261\217/src/views/indexs/sc02-task-info.vue"
@@ -202,7 +202,7 @@
     startAutoRefresh() {
       this.refreshInterval = setInterval(() => {
         this.getTaskData();
-      }, 10000);
+      }, 30000);
     },
 
     // 鍋滄鑷姩鍒锋柊
@@ -237,7 +237,7 @@
         return '鍏ュ簱';
       } else if (status >= 100 && status < 200) {
         return '鍑哄簱';
-      } else if (status >= 300 && status < 400) {
+      } else if (status >= 300 && status <= 410) {
         return '绉诲簱';
       }
       

--
Gitblit v1.9.3