Browse Source

feat: 延长getData的timeout时间

vian 1 year ago
parent
commit
94b5d27474
1 changed files with 1 additions and 1 deletions
  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',
                 cache: false,
-                timeout: 50000,
+                timeout: 1000 * 60 * 5,
                 success: function (result) {
                     if (!result.error) {
                         const isInit = true;