浏览代码

feat: 延长getData的timeout时间

vian 1 年之前
父节点
当前提交
94b5d27474
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/building_saas/main/js/models/project.js

+ 1 - 1
web/building_saas/main/js/models/project.js

@@ -273,7 +273,7 @@ var PROJECT = {
                 })},
                 })},
                 dataType: 'json',
                 dataType: 'json',
                 cache: false,
                 cache: false,
-                timeout: 50000,
+                timeout: 1000 * 60 * 5,
                 success: function (result) {
                 success: function (result) {
                     if (!result.error) {
                     if (!result.error) {
                         const isInit = true;
                         const isInit = true;