From e7c8e47e7d66f47d1c69323b9172805d94ceff7d Mon Sep 17 00:00:00 2001 From: jyx <2012969435@qq.com> Date: Tue, 24 Sep 2024 15:18:35 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=89=AB=E7=A0=81bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/manifest.json b/src/manifest.json index 309b9ec..79dabbd 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -68,5 +68,11 @@ "uniStatistics": { "enable": false }, + "h5" : { + "router" : { + "mode" : "history" + + } + }, "vueVersion" : "3" }