A br B is the original bottom tab page
An is the home page B is the personal page C is the landing page
from A to B, B determines the login status in onShow, without permission wx.navgitorTo jumps to C, how can you jump to the home page if you don"t log in at this time? If the point returns in the upper left corner, it will jump back to B, and automatically jump back to C because it has no permission, which becomes an endless loop.
if you take a parameter, it is judged on the B page that it jumped back from C, and then wx.switchTab to A, Mini Program closed directly, I don"t know why.
add: if b is redirectTo to C page C press the mobile phone to return is also directly turn off Mini Program
what is the solution of the gods?