@ -61,8 +61,8 @@ export const constantRouterMap = [
]
export default new Router({
// mode: 'hash',
mode: 'history',
mode: 'hash',
// mode: 'history',
scrollBehavior: () => ({ y: 0 }),
routes: constantRouterMap
})