fix
This commit is contained in:
parent
e38380e553
commit
4be0fa47d5
@ -56,7 +56,7 @@ Close overlay vertical nav when link is clicked
|
|||||||
const route = useRoute()
|
const route = useRoute()
|
||||||
|
|
||||||
watch(() => route.name, async () => {
|
watch(() => route.name, async () => {
|
||||||
console.log('name=====')
|
|
||||||
|
|
||||||
await store.dispatch('checkLogin')
|
await store.dispatch('checkLogin')
|
||||||
const isLoggedIn = await store.getters.getCheckLoginExpire
|
const isLoggedIn = await store.getters.getCheckLoginExpire
|
||||||
|
Loading…
Reference in New Issue
Block a user