From a95ea931fb966c5c35ee0db97fe62251d34d3abc Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期四, 24 四月 2025 08:07:37 +0800 Subject: [PATCH] # --- Monitor-APP/manifest.json | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/Monitor-APP/manifest.json b/Monitor-APP/manifest.json index 9b89881..6c5100a 100644 --- a/Monitor-APP/manifest.json +++ b/Monitor-APP/manifest.json @@ -107,5 +107,11 @@ "uniStatistics" : { "enable" : false }, - "vueVersion" : "2" + "vueVersion" : "2", + "h5" : { + "router" : { + "mode" : "hash", + "base" : "./" + } + } } -- Gitblit v1.9.1