@@ -53,7 +53,6 @@ router.beforeEach(async (to, from, next) => {
}, 1500)
})
await store.dispatch('user/logout')
- store.commit('tagsView/SET_RESET_VIES')
next({ path: '/login' })
}
var userInfo = JSON.parse(localStorage.getItem('greemall_user'))