From 74aa18aa2f2826b1ddba6551c8947cc137a061f4 Mon Sep 17 00:00:00 2001 From: haoqiyue <1293971940@qq.com> Date: Tue, 7 Mar 2023 10:12:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=AF=B7=E6=B1=82=E8=B6=85?= =?UTF-8?q?=E6=97=B6=E6=97=B6=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/srczip/common.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/srczip/common.js b/web/srczip/common.js index 8de5ee8..af964f7 100644 --- a/web/srczip/common.js +++ b/web/srczip/common.js @@ -206,7 +206,7 @@ var X = window.X || { url: url, type:type, data:data, - timeout:60000 + timeout:60000, async:true, contentType: contentType, beforeSend: function () { @@ -271,6 +271,7 @@ var X = window.X || { url: url, type:type, data:data, + timeout:60000, async:true, contentType: contentType, beforeSend: function () {