Vue里面的this.router.push(“/路径“)和this.$router.replace(“/路径“)的区别

Posted houzhicongone

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Vue里面的this.router.push(“/路径“)和this.$router.replace(“/路径“)的区别相关的知识,希望对你有一定的参考价值。

this.$router.replace,这个你点击浏览器的返回按钮不会进行跳转到上一次的页面。

以上是关于Vue里面的this.router.push(“/路径“)和this.$router.replace(“/路径“)的区别的主要内容,如果未能解决你的问题,请参考以下文章

vue路由跳转的方式

vue中this.$router.push路由传参以及获取方法

vue2.0 $router和$route的区别

vue-router 不渲染组件,但在 this.$router.push 上更改 url

Vue路由器。使用查询参数调用 this.$router.push() 会导致双重路由器更​​新

vue中this.$router.push()路由传值和获取的两种常见方法