前言 一、vue elementUI关闭当前标页? vue elementUI 通过点击事件 关闭当前组件页,并退回上一级! 二、使用步骤 代码如下 this.$store.dispatch("tagsView/delView", this.$route); this.$router.go(-1);