this.$router.push、replace、go的区别

1.this.$router.push()html 描述:跳转到不一样的url,但这个方法会向history栈添加一个记录,点击后退会返回到上一个页面。post 用法:this 2.this.$router.replace()url 描述:一样是跳转到指定的url,可是这个方法不会向history里面添加新的记录,点击返回,会跳转到上上一个页面。上一个记录是不存在的。code 3.this.$ro
相关文章
相关标签/搜索