From c552cbab2c613c7814cf02384c3b087e1d167f47 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期二, 06 二月 2024 10:22:51 +0800
Subject: [PATCH] #
---
Monitor-APP/manifest.json | 15 +++++++++++++--
1 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/Monitor-APP/manifest.json b/Monitor-APP/manifest.json
index 9c80cd9..6c5100a 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" : {}
@@ -102,5 +107,11 @@
"uniStatistics" : {
"enable" : false
},
- "vueVersion" : "2"
+ "vueVersion" : "2",
+ "h5" : {
+ "router" : {
+ "mode" : "hash",
+ "base" : "./"
+ }
+ }
}
--
Gitblit v1.9.1