this.$router.push('/user')//跳转可以后退 this.$router.replace('/user')//跳转不可以后退 this.$router.back()//返回上一个路由记录 this.$router.forward()//返回前一个路由记录
this.$router.go(3) this.$router.go(-3) //如果是正数前进3个路由 负数后退
this.$router.push('/user')//跳转可以后退 this.$router.replace('/user')//跳转不可以后退 this.$router.back()//返回上一个路由记录 this.$router.forward()//返回前一个路由记录
this.$router.go(3) this.$router.go(-3) //如果是正数前进3个路由 负数后退