From d085d0504041e29e82b51a6ade1a183149fc9ffa Mon Sep 17 00:00:00 2001
From: zhangchen <1652267879@qq.com>
Date: 星期二, 09 九月 2025 16:44:55 +0800
Subject: [PATCH] Merge branch 'master' of http://dh.leon056.com:7499/r/data2/Single_application into ID1956-已签到页面改版

---
 src/store/bedsideAuxiliaryScreen.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/store/bedsideAuxiliaryScreen.ts b/src/store/bedsideAuxiliaryScreen.ts
index e67222b..34398b5 100644
--- a/src/store/bedsideAuxiliaryScreen.ts
+++ b/src/store/bedsideAuxiliaryScreen.ts
@@ -77,7 +77,7 @@
 
     // 重连控制
     let retryCount = 0;
-    const maxRetryCount = 1000 * 6 * 1000; // 最大重连次数
+    const maxRetryCount = 6000 * 60 * 24 * 30;
     const baseRetryDelay = 1000; // 1秒开始重连延迟
 
     /**

--
Gitblit v1.8.0