Skip to content

Commit 5c0b85b

Browse files
committed
hash mode update
1 parent e1f84eb commit 5c0b85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/router/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const routes = [
2727
const router = new Router({
2828
linkExactActiveClass: 'link-active',
2929
routes,
30-
mode: 'history',
30+
mode: 'hash',
3131
base: '/',
3232
scrollBehavior() {
3333
window.scrollTo(0, 0)

0 commit comments

Comments
 (0)