From 36988d6dde3ef3d1fc5c92fe24bac051df6737ab Mon Sep 17 00:00:00 2001 From: bb_pan Date: Tue, 15 Apr 2025 13:27:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/manifest.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 16e4311..16d2d3e 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -117,5 +117,11 @@ "uniStatistics" : { "enable" : false }, - "vueVersion" : "3" + "vueVersion" : "3", + "h5" : { + "router" : { + "base": "/iws/mea-h5/", + "mode" : "hash" + } + } }