update order
This commit is contained in:
@@ -73,7 +73,7 @@ export function addDynamicRoute (routeParams, router) {
|
||||
}
|
||||
|
||||
const router = new Router({
|
||||
mode: 'hash',
|
||||
mode: 'history',
|
||||
scrollBehavior: () => ({ y: 0 }),
|
||||
routes: pageRoutes.concat(moduleRoutes)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user