|
@@ -96,6 +96,7 @@ export default {
|
|
this.$store.dispatch('LogOut').then(() => {
|
|
this.$store.dispatch('LogOut').then(() => {
|
|
// location.href = '/index';
|
|
// location.href = '/index';
|
|
this.$router.push({ path:'/login' })
|
|
this.$router.push({ path:'/login' })
|
|
|
|
+ this.$store.dispatch('tagsView/delAllViews')
|
|
})
|
|
})
|
|
})
|
|
})
|
|
}
|
|
}
|