Compare commits
2 Commits
2c6a6b001c
...
f08c79fc23
Author | SHA1 | Date | |
---|---|---|---|
f08c79fc23 | |||
f341ec7b30 |
@ -247,7 +247,7 @@ Router.prototype.push = function push(location) {
|
||||
|
||||
export default new Router({
|
||||
base: process.env.VUE_APP_APP_NAME ? process.env.VUE_APP_APP_NAME : "/",
|
||||
mode: 'history', // 去掉url中的#
|
||||
mode: 'hash', // 去掉url中的#
|
||||
scrollBehavior: () => ({y: 0}),
|
||||
routes: constantRoutes
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user