After the login and registration are processed in the app process, how can the back key skip the login and registration interfaces?

After the login and registration are processed in the app process, how can the back key skip the login and registration interfaces?

我也遇到过相似问题,指定的页面不想出现在回滚的队列,不过他们没给出好的方案

我用的方式就是
不希望通过返回的方式进入的页面添加条件判定

终于看到了中文的啦~~~判断条件 添加在哪里在对应界面吗?

我使用在路由定义中
我的习惯,不想在页面初始化和加载过程中添加太多动作

路由中还可以使用判断?没有使用过,求指导~~~

我的个人习惯
路由表定义支持异步路由
在异步路由中进行条件判断http://framework7.io/docs/routes.html#async-route