问题:

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

解决方法:

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

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

  

相关文章:

  • 2022-12-23
  • 2021-08-16
  • 2021-12-04
  • 2021-07-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2023-03-20
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案