问题:
相同的功能页中含有不同的页面,但是路由跳转打开时不想打开不同的tab页
解决方法:
删除当前页路由再打开新的路由页面
this.$store.dispatch("tagsView/delView",this.$route) this.$router.push("/xxx/xxx/xxx");
2024-01-25 12:37:10
问题:
相同的功能页中含有不同的页面,但是路由跳转打开时不想打开不同的tab页
解决方法:
删除当前页路由再打开新的路由页面
this.$store.dispatch("tagsView/delView",this.$route) this.$router.push("/xxx/xxx/xxx");
下一篇:排序 总结