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

diff --git a/Monitor-APP/manifest.json b/Monitor-APP/manifest.json
index 9b89881..06dce00 100644
--- a/Monitor-APP/manifest.json
+++ b/Monitor-APP/manifest.json
@@ -2,8 +2,8 @@
     "name" : "Monitor-APP",
     "appid" : "__UNI__CA903B7",
     "description" : "",
-    "versionName" : "1.0.1",
-    "versionCode" : "100",
+    "versionName" : "1.0.2",
+    "versionCode" : 103,
     "transformPx" : false,
     "networkTimeout" : {
         "request" : 30000
@@ -107,5 +107,11 @@
     "uniStatistics" : {
         "enable" : false
     },
-    "vueVersion" : "2"
+    "vueVersion" : "2",
+    "h5" : {
+        "router" : {
+            "mode" : "hash",
+            "base" : "./"
+        }
+    }
 }

--
Gitblit v1.9.1