1. 可以采用<router-link/>标签进行直接跳转
2. this.$router.push({ path: '/' })
3. this.$router.go(-1)
4.this.$router.replace({ path: '/' })
具体说明如下
标签进行直接跳转 2. this.$router.push({ path...">
1. 可以采用<router-link/>标签进行直接跳转
2. this.$router.push({ path: '/' })
3. this.$router.go(-1)
4.this.$router.replace({ path: '/' })
具体说明如下
本文标题:浅谈vue2的路由跳转方式
本文链接:https://www.haomeiwen.com/subject/lxcheftx.html
网友评论