hezhongfeng / vue-page-stack

Routing and navigation for your Vue SPA. Vue3.0 单页应用导航管理器
https://vue-page-stack-example.onrender.com
MIT License
711 stars 78 forks source link

replaceState #169

Closed MuyianKing closed 3 weeks ago

MuyianKing commented 1 month ago

先使用 window.history.replaceState修改当前的历史记录条目,再用window.location.href改变地址,这时候返回上一页,地址栏已经是replaceState的路由,但是页面显示的还是replaceState前的界面