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 |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/Monitor-APP/manifest.json b/Monitor-APP/manifest.json
index 78d9546..06dce00 100644
--- a/Monitor-APP/manifest.json
+++ b/Monitor-APP/manifest.json
@@ -2,12 +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
-	},
+    "networkTimeout" : {
+        "request" : 30000
+    },
     /* 5+App鐗规湁鐩稿叧 */
     "app-plus" : {
         "usingComponents" : true,
@@ -107,5 +107,11 @@
     "uniStatistics" : {
         "enable" : false
     },
-    "vueVersion" : "2"
+    "vueVersion" : "2",
+    "h5" : {
+        "router" : {
+            "mode" : "hash",
+            "base" : "./"
+        }
+    }
 }

--
Gitblit v1.9.1