// 调用全局挂载的方法,关闭当前页
this.$store.dispatch("tagsView/delView", this.$route);
// 关闭之后跳转你要跳转的路由
this.$router.push({ path: '/bidderDeclaration' })
// 也可以 返回上一步路由
this.$router.go(-1)
vue-element-admin关闭当前标签页
最新推荐文章于 2024-05-28 15:31:57 发布