We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ec1bf commit 13654d2Copy full SHA for 13654d2
src/lin/util/auto-jump.js
@@ -4,9 +4,10 @@
4
import store from '@/store'
5
import Config from '@/config'
6
7
-export default router => {
8
- let timer
9
+let timer
+
10
+export default router => {
11
if (timer) clearTimeout(timer)
12
if (!Config.openAutoJumpOut) return
13
if (router?.currentRoute.value.path === '/' || router?.currentRoute.value.path === '/login') {
0 commit comments