@@ -96,6 +96,7 @@ export default {
this.$store.dispatch('LogOut').then(() => {
// location.href = '/index';
this.$router.push({ path:'/login' })
+ this.$store.dispatch('tagsView/delAllViews')
})
}
@@ -70,7 +70,6 @@ export default {
mounted() {
this.initTags()
this.addTags()
- console.log(this.visitedViews)
},
methods: {
isActive(route) {