SilurianYang / uni-simple-router

A simple, lightweight 'uni-app' routing plugin
https://v2.hhyang.cn/v2/
MIT License
749 stars 163 forks source link

onBeforeBack中不能修改路由 #396

Closed ytg2097 closed 1 year ago

ytg2097 commented 2 years ago

问题描述 安卓app中使用onBeforeBack钩子监听返回键,触发之后调用router.push()或router.replaceAll不生效 复现步骤 [复现问题的步骤]

onBeforeBack(){ this.$Router.replaceAll({name:"index"}) }

预期结果 监听安卓返回键,预期不返回上一页,而是直接回到主页

实际结果 没有回到主页,依然返回上一页

系统信息:

补充信息 [可选] [根据你的分析,出现这个问题的原因可能在哪里?]

SilurianYang commented 2 years ago

使用路由离开守卫 beforeRouteLeave