From 1f03a681ec43acdf8e8fe9f4fa3ce37a64d0cca2 Mon Sep 17 00:00:00 2001 From: zhangds Date: Tue, 9 Apr 2024 14:26:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E7=AD=89=E5=BE=85?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- combining.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/combining.html b/combining.html index 7a525a1..88c6f6c 100644 --- a/combining.html +++ b/combining.html @@ -437,7 +437,7 @@ // 超过50s,增加请求间隔 为 30s self.isTimeOut = 30000; // 设置最大请求数 60分钟 - if (self.cont > 14) { + if (self.cont > 60) { self.openErrorDialog("请刷新页面重试!") // 放弃 return