优化请求超时时长

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,
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 () {