From f645ce9c5579a8309de66507e88a41ea00feb118 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期四, 05 十月 2023 11:00:03 +0800
Subject: [PATCH] #

---
 Monitor-APP/manifest.json |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/Monitor-APP/manifest.json b/Monitor-APP/manifest.json
index 9c80cd9..9b89881 100644
--- a/Monitor-APP/manifest.json
+++ b/Monitor-APP/manifest.json
@@ -5,6 +5,9 @@
     "versionName" : "1.0.1",
     "versionCode" : "100",
     "transformPx" : false,
+    "networkTimeout" : {
+        "request" : 30000
+    },
     /* 5+App鐗规湁鐩稿叧 */
     "app-plus" : {
         "usingComponents" : true,
@@ -41,7 +44,9 @@
                 ]
             },
             /* ios鎵撳寘閰嶇疆 */
-            "ios" : {},
+            "ios" : {
+                "dSYMs" : false
+            },
             /* SDK閰嶇疆 */
             "sdkConfigs" : {
                 "ad" : {}

--
Gitblit v1.9.1