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