feat:增加RouteGo,统一路由跳转

This commit is contained in:
曾文豪
2022-05-20 15:32:42 +08:00
parent 54b9f48799
commit 90de4f6a84
6 changed files with 73 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ export default defineConfig({
hash: true,
title: false,
history: {
type: "browser"
type: "hash"
},
proxy
});