vue-element-admin关闭当前标签页相关api

// 调用全局挂载的方法,关闭当前页
     this.$store.dispatch("tagsView/delView", this.$route);
 // 关闭之后跳转你要跳转的路由
     this.$router.push({ path: '/bidderDeclaration' })
 // 也可以 返回上一步路由
     this.$router.go(-1)
posted @ 2022-11-04 11:34  SultanST  阅读(32)  评论(0编辑  收藏  举报