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" : "加载中" } }