// 调用全局挂载的方法,关闭当前标签页 this.$store.dispatch("tagsView/delView", this.$route); // 返回上一步路由,返回上一个标签页 this.$router.go(-1);
参考链接:https://blog.csdn.net/wangbailin2009/article/details/104535894
// 调用全局挂载的方法,关闭当前标签页 this.$store.dispatch("tagsView/delView", this.$route); // 返回上一步路由,返回上一个标签页 this.$router.go(-1);
参考链接:https://blog.csdn.net/wangbailin2009/article/details/104535894