diff --git a/frontend/src/router/index.js b/frontend/src/router/index.js index cbb0c55af01ad656c25a9a820f635bc35b487c5e..49a0675a1a106f99a1a2076cc01b5c4c8085b517 100644 --- a/frontend/src/router/index.js +++ b/frontend/src/router/index.js @@ -58,7 +58,7 @@ const router = new Router({ }) router.beforeEach((to, from, next) => { - if (from.path === '/') { + if (to.path === '/') { next() } else { const now = new Date()