bugfix 解决一部分0703反馈bug

This commit is contained in:
lb
2023-07-04 14:18:08 +08:00
parent f4be2d1efe
commit 9c3133aa29
12 changed files with 104 additions and 119 deletions

View File

@@ -74,7 +74,7 @@ export function addDynamicRoute(routeParams, router) {
}
const router = new Router({
mode: 'history',
mode: 'hash',
scrollBehavior: () => ({ y: 0 }),
routes: pageRoutes.concat(moduleRoutes)
})