// 调用全局挂载的方法
this.$store.dispatch('tagsView/delView', this.$route)
// 返回上一步路由
this.$router.go(-1)
vue-element-admin关闭当前标签页
最新推荐文章于 2025-02-05 15:27:16 发布
// 调用全局挂载的方法
this.$store.dispatch('tagsView/delView', this.$route)
// 返回上一步路由
this.$router.go(-1)