fix: 修改时间
This commit is contained in:
parent
7d4115c6aa
commit
7840a4f13e
|
@ -440,7 +440,7 @@
|
|||
// 超过50s,增加请求间隔 为 30s
|
||||
self.isTimeOut = 30000;
|
||||
// 设置最大请求数 60分钟
|
||||
if (self.cont > 60) {
|
||||
if (self.cont > 12) {
|
||||
self.openErrorDialog("请刷新页面重试!");
|
||||
// 放弃
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue