From 2e76111bcc9f0b93fb2f7d16fe142ed19ffa77e2 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期五, 13 十二月 2024 13:22:48 +0800
Subject: [PATCH] #

---
 Monitor-APP/manifest.json |   19 +++++++++++++++----
 1 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/Monitor-APP/manifest.json b/Monitor-APP/manifest.json
index 9c80cd9..06dce00 100644
--- a/Monitor-APP/manifest.json
+++ b/Monitor-APP/manifest.json
@@ -2,9 +2,12 @@
     "name" : "Monitor-APP",
     "appid" : "__UNI__CA903B7",
     "description" : "",
-    "versionName" : "1.0.1",
-    "versionCode" : "100",
+    "versionName" : "1.0.2",
+    "versionCode" : 103,
     "transformPx" : false,
+    "networkTimeout" : {
+        "request" : 30000
+    },
     /* 5+App鐗规湁鐩稿叧 */
     "app-plus" : {
         "usingComponents" : true,
@@ -41,7 +44,9 @@
                 ]
             },
             /* ios鎵撳寘閰嶇疆 */
-            "ios" : {},
+            "ios" : {
+                "dSYMs" : false
+            },
             /* SDK閰嶇疆 */
             "sdkConfigs" : {
                 "ad" : {}
@@ -102,5 +107,11 @@
     "uniStatistics" : {
         "enable" : false
     },
-    "vueVersion" : "2"
+    "vueVersion" : "2",
+    "h5" : {
+        "router" : {
+            "mode" : "hash",
+            "base" : "./"
+        }
+    }
 }

--
Gitblit v1.9.1