vue-element-admin关闭当前标签页,并跳转到指定页

使用全局的store里面定义的函数

this.$store.dispatch('tagsView/delView', this.$route).then(({ visitedViews }) => {
                   this.$router.replace({path:"/otaconfig/otaconfig"});
})

猜你喜欢

转载自blog.csdn.net/qq_33769914/article/details/123091163