This commit is contained in:
YZ\249929363 2025-08-08 17:40:36 +08:00
parent 57bb8f0e21
commit 1625c203c1

View File

@ -222,7 +222,7 @@ export default class Utils {
// 延迟 0.5 秒执行后续逻辑
setTimeout(() => {
// 最大重试次数
const maxRetries = 3;
const maxRetries = 5;
let retryCount = 0;
// 标志位,用于记录 callBack 是否已经被调用
let isCallBackCalled = false;