单应用项目,可以创建很多独立工具类页面 ,不用登录 初始化的页面
zhangchen
2025-09-01 35a4f17fd30e2c470d82a99e483019755b0df5b9
Merge branch 'ID1956-已签到页面改版' into test
1个文件已修改
2 ■■■ 已修改文件
src/store/bedsideAuxiliaryScreen.ts 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/store/bedsideAuxiliaryScreen.ts
@@ -77,7 +77,7 @@
    // 重连控制
    let retryCount = 0;
    const maxRetryCount = 60;
    const maxRetryCount = 1000 * 6 * 1000; // 最大重连次数
    const baseRetryDelay = 1000; // 1秒开始重连延迟
    /**