fixed login redirect to base only for adherents

This commit is contained in:
2021-04-01 21:17:25 +02:00
parent af00248150
commit 8ff1cfb3ad
6 changed files with 42191 additions and 15 deletions

View File

@@ -182,6 +182,12 @@ export default {
if (state.isAdmin) {
window.location.reload(true)
}
if(state.isAdherent){
this.$router.push({
name: 'base'
})
}
// this.openCloseHamMenu(false)
resolve()
})
} else {