fix: lint
This commit is contained in:
parent
3af20b6220
commit
f405b2105b
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ export function getAuthForRoute(route: RouteLocation) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
router.beforeEach((to, from) => {
|
router.beforeEach((to) => {
|
||||||
return getAuthForRoute(to)
|
return getAuthForRoute(to)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue