摘要: 问题: 相同的功能页中含有不同的页面,但是路由跳转打开时不想打开不同的tab页 解决方法: 删除当前页路由再打开新的路由页面 this.$store.dispatch("tagsView/delView",this.$route) this.$router.push("/xxx/xxx/xxx"); 阅读全文
posted @ 2021-12-30 11:29 假装空白 阅读(3687) 评论(0) 推荐(0)