This commit is contained in:
2023-05-14 16:12:59 +08:00
parent 0b7feca848
commit 15ff42798b
4 changed files with 3800 additions and 3764 deletions

View File

@@ -21,7 +21,7 @@ const routes = [
]
const router = new VueRouter({
mode: 'history',
mode: 'hash',
base: process.env.BASE_URL,
routes
})