Vue返回并关闭当前页面
<p @click="back()>返回</p>back() { this.$store.state.tagsView.visitedViews.splice(this.$store.state.tagsView.visitedViews.findIndex(item => item.path === this.$route.path), 1) this.$router.push(this.$st