Mini Program's navigateTo Jump problem

I"d like to ask Mini Program a question. The navigateTo, used for link redirection just started to jump normally, but it won"t jump after a few more times, and you need to exit and re-enter.


Mini Program only supports 5-level pages at most, and redirectTo is required for more than 5-level pages

generally, I will customize the jump method in app.js. Through getCurrentPages (). Length , judge
< 5 use navigateTo, to reach 5 use redirectTo

Menu