fix:作答刷新页面

This commit is contained in:
王博冉
2023-09-06 14:51:17 +08:00
parent 542cb1e72f
commit 7762336de2
2 changed files with 14 additions and 1 deletions

View File

@@ -453,7 +453,6 @@ const constantRoutes = [
export const asyncRoutes = []
const router = createRouter({
mode: 'history',
history: createWebHashHistory(),
routes: constantRoutes
})