This commit is contained in:
nasir@endelospay.com 2024-06-06 22:55:51 +05:00
parent e38380e553
commit 4be0fa47d5

View File

@ -56,7 +56,7 @@ Close overlay vertical nav when link is clicked
const route = useRoute()
watch(() => route.name, async () => {
console.log('name=====')
await store.dispatch('checkLogin')
const isLoggedIn = await store.getters.getCheckLoginExpire