Explorar el Código

增加超时时间

zhangweicheng hace 6 años
padre
commit
b988e867f1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      public/web/common_ajax.js

+ 1 - 1
public/web/common_ajax.js

@@ -171,7 +171,7 @@ async function ajaxPost(url, data) {
             data: {'data': JSON.stringify(data)},
             dataType: 'json',
             cache: false,
-            timeout: 50000,
+            timeout: 200000,
             success: function(result){
                 if (!result.error || !result.err) {
                     resolve(result.data);