From 64eb1c2ebfc25f11f5757a0eef04de230fa8fa15 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 04 十二月 2025 17:52:54 +0800
Subject: [PATCH] fix: 账号密码双因子登录

---
 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 4d5a3f2..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);
-  }, 5000);
+  }, 30000);
 
   function changeValue(_value: T) {
     value.value = _value;

--
Gitblit v1.9.1