From 002207ca5633a180568edf1932926219728515fa Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 28 十一月 2025 16:27:11 +0800
Subject: [PATCH] fix: bug

---
 src/views/DataBoard/hooks/index.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/DataBoard/hooks/index.ts b/src/views/DataBoard/hooks/index.ts
index e4853ae..0ead499 100644
--- a/src/views/DataBoard/hooks/index.ts
+++ b/src/views/DataBoard/hooks/index.ts
@@ -11,7 +11,7 @@
     setTimeout(() => {
       value.value = preValue.value;
     }, 500);
-  }, 10000);
+  }, 30000);
 
   function changeValue(_value: T) {
     value.value = _value;

--
Gitblit v1.9.1