// 调用全局挂载的方法,关闭当前页
this.$store.dispatch('tagsView/delView', this.$route)
// 关闭之后跳转到所要跳转到的路由
this.$router.push('/basic/compAccount')
// 或返回上一步路由
this.$router.go(-1)
// 调用全局挂载的方法,关闭当前页
this.$store.dispatch('tagsView/delView', this.$route)
// 关闭之后跳转到所要跳转到的路由
this.$router.push('/basic/compAccount')
// 或返回上一步路由
this.$router.go(-1)