Vue Router 在 mounted 中无用户交互 执行 router.push 的无法回退当前页面?-灵析社区

777七月

大佬们求助 vue-router在mounted中,没有用户交互情况下,执行router.push ,无法返回当前页面,没有当前页面的历史记录,用户点击跳转就可以 mounted(){ setTimeout(()=>{ this.$router.push('/my') },2000) },

阅读量:138

点赞量:0

问AI
"image.png" (https://wmprod.oss-cn-shanghai.aliyuncs.com/c/user/20241013/ddfa7ecc15432c0ab35520fe1f27cd10.png) 我搞了个 demo,无法复现。看控制台的 history 也是正常的。 "https://jsfiddle.net/lilnong1/zwhb79vL/6/" (https://jsfiddle.net/lilnong1/zwhb79vL/6/)