优化请求超时时长

This commit is contained in:
haoqiyue 2023-03-07 09:52:23 +08:00
parent c49449a50f
commit 3f1a147f9c

View File

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