From b9222322789e4cf00ada7709a9c6870a256486b0 Mon Sep 17 00:00:00 2001 From: mirage <1127314491@qq.com> Date: Fri, 10 Apr 2026 17:16:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uniapp/src/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uniapp/src/manifest.json b/uniapp/src/manifest.json index b60b0b96..df961937 100644 --- a/uniapp/src/manifest.json +++ b/uniapp/src/manifest.json @@ -74,9 +74,9 @@ "vueVersion" : "3", "h5" : { "router" : { - "mode" : "history", - "base" : "/mobile/" + "mode" : "hash" }, + "publicPath": "./", "title" : "加载中" } }