elementUI + vue 地址跳转:无法返回上一页 - 解决篇

版权声明:本文为博主原创文章,允许转载,但转载必须注明出处并附带首发链接 https://blog.csdn.net/qq_35393869/article/details/88685095

elementUI + vue 项目:浏览器无法返回上一页 ?总是停留在当前页面?


代码块1:

不能正常返回上一页

// 成功之后执行跳转   this.$router.push
 this.$router.push('/login');


代码块2:

能正常返回上一页

// 成功之后执行跳转   this.$router.replace   
 this.$router.push('/login');    


more code,待续···


以上就是关于” elementUI + vue 地址跳转:无法返回上一页 - 解决篇 “ 的全部内容。

猜你喜欢

转载自blog.csdn.net/qq_35393869/article/details/88685095
今日推荐