vue-element-admin关闭当前标签页
// 调用全局挂载的方法
this.$store.dispatch('tagsView/delView', this.$route)
// 返回上一步路由
this.$router.go(-1)
赞 (0)
// 调用全局挂载的方法
this.$store.dispatch('tagsView/delView', this.$route)
// 返回上一步路由
this.$router.go(-1)