diff --git a/src/router/index.js b/src/router/index.js index 9c98a7b04..aa6cacd55 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -177,7 +177,7 @@ export { default as userRoutes } from './userPage' const createRouter = () => new Router({ // mode: 'history', // require service support scrollBehavior: () => ({ y: 0 }), - // mode: 'history', + mode: 'history', base: '/ui/', routes: constantRoutes })