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" : "" + } + } }