优化请求超时时长

This commit is contained in:
haoqiyue 2023-03-07 10:12:54 +08:00
parent 3f1a147f9c
commit 74aa18aa2f

View File

@ -206,7 +206,7 @@ var X = window.X || {
url: url, url: url,
type:type, type:type,
data:data, data:data,
timeout:60000 timeout:60000,
async:true, async:true,
contentType: contentType, contentType: contentType,
beforeSend: function () { beforeSend: function () {
@ -271,6 +271,7 @@ var X = window.X || {
url: url, url: url,
type:type, type:type,
data:data, data:data,
timeout:60000,
async:true, async:true,
contentType: contentType, contentType: contentType,
beforeSend: function () { beforeSend: function () {