WeChat Mini Programs limit the number of navigator

The component of

navigator has a limit on the number of jumps. I now have a project tabbar to write by myself, so it is inevitable to add navigator jump to it, but if there are too many pages to jump, there will be a jump limit.

Feb.26,2021

is not a limit on the number of jumps, but a maximum of 5 layers of pages. You can use other api, of navigator, such as wx.redirectTo


Thank you for solving

.
Menu