diff --git a/src/client/router.ts b/src/client/router.ts index 8c4e762d3..437f88219 100644 --- a/src/client/router.ts +++ b/src/client/router.ts @@ -60,7 +60,7 @@ export const router = new VueRouter({ } else { window.scroll({ top: 0, behavior: 'instant' }); } - }, 1000); + }, 600); return; } });