若依Vue版——路由跳转在同一个Tab页打开

问题:

  相同的功能页中含有不同的页面,但是路由跳转打开时不想打开不同的tab页

解决方法:

  删除当前页路由再打开新的路由页面

        this.$store.dispatch("tagsView/delView",this.$route)
        this.$router.push("/xxx/xxx/xxx");

  

上一篇:Hive代码分析报告(十):语义分析⑤


下一篇:排序 总结