From bac7dae7c7ee6e29e00c2f08598a555e28fa2d97 Mon Sep 17 00:00:00 2001 From: ch Date: Tue, 12 Jul 2022 09:58:07 +0800 Subject: [PATCH] history --- src/manifest.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 4fc9e55..45abc22 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -71,5 +71,11 @@ }, "mp-qq" : { "usingComponents" : true - } + }, + "h5" : { + "router" : { + "mode" : "history", + "base" : "" + } + } }