ZaiZai il y a 2 ans
Parent
commit
70a9709607
1 fichiers modifiés avec 7 ajouts et 1 suppressions
  1. 7 1
      manifest.json

+ 7 - 1
manifest.json

@@ -5,13 +5,19 @@
     "versionName" : "1.1.8",
     "versionCode" : 118,
     "transformPx" : false,
+    "networkTimeout": {
+        "request": 300000,
+        "connectSocket": 300000,
+        "uploadFile": 600000,
+        "downloadFile": 600000
+    },
     "app-plus" : {
         /* 5+App特有相关 */
         "usingComponents" : true,
         "nvueCompiler" : "uni-app",
         "nvueStyleCompiler" : "uni-app",
         "compatible" : {
-            "ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持  
+            "ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
         },
         "splashscreen" : {
             "alwaysShowBeforeRender" : true,