Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -147,7 +147,6 @@ export default { | ... | @@ -147,7 +147,6 @@ export default { |
| 147 | }, | 147 | }, |
| 148 | closeSelectedTag(view) { | 148 | closeSelectedTag(view) { |
| 149 | this.$store.dispatch('tagsView/delView', view).then(({ visitedViews }) => { | 149 | this.$store.dispatch('tagsView/delView', view).then(({ visitedViews }) => { |
| 150 | - console.log(view) | ||
| 151 | if (this.isActive(view)) { | 150 | if (this.isActive(view)) { |
| 152 | this.toLastView(visitedViews, view) | 151 | this.toLastView(visitedViews, view) |
| 153 | } | 152 | } | ... | ... |
-
Please register or login to post a comment