this.$route.name

问题背景:在当前项目中,1处按钮是公用按钮,需求是在指定的页面点击“返回首页”时,获取该指定页面的name值

methods:{

back(){ 
     console.log(this.$route.name)
     this.$router.push({name:'memberCenterIndex'});
 }
}

打印一下可以看到当前点击的页面name 值

想要path的话 this.$route.path 记过打印一下:/couponsActive。

Logo

前往低代码交流专区

更多推荐