Przeglądaj źródła

增加超时时间

zhangweicheng 6 lat temu
rodzic
commit
b988e867f1
1 zmienionych plików z 1 dodań i 1 usunięć
  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);