value
2023-08-25 b92d17185f0c68317cd3563c7468132c7f46658a
src/router/index.js
@@ -478,7 +478,7 @@
]
const createRouter = () => new Router({
  // mode: 'history', // require service support
  mode: 'history',
  scrollBehavior: () => ({ y: 0 }),
  routes: constantRoutes
})