From e6fa07a8ad063884f75c365e0c216f4049bdca4f Mon Sep 17 00:00:00 2001
From: zhangchen <1652267879@qq.com>
Date: 星期三, 24 九月 2025 23:55:36 +0800
Subject: [PATCH] ID2130-未签到页面优化
---
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 16ec9aa..34398b5 100644
--- a/src/store/bedsideAuxiliaryScreen.ts
+++ b/src/store/bedsideAuxiliaryScreen.ts
@@ -77,7 +77,7 @@
// 重连控制
let retryCount = 0;
- const maxRetryCount = 60;
+ const maxRetryCount = 6000 * 60 * 24 * 30;
const baseRetryDelay = 1000; // 1秒开始重连延迟
/**
--
Gitblit v1.8.0