修改路径

This commit is contained in:
wuyibo
2023-04-08 09:31:17 +08:00
parent 93b8ea2e56
commit 5ca4985cd7
3 changed files with 3 additions and 3 deletions

View File

@@ -186,7 +186,7 @@ Router.prototype.push = function push(location) {
export default new Router({
mode: 'history', // 去掉url中的#
base: process.env.ENV_NG,
base: "/prod/",
scrollBehavior: () => ({ y: 0 }),
routes: constantRoutes
})