You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E.g: There are three pages A, B, C.
The B page uses the keep-alive package, and onBeforeLeave is in the B page;
when entering the C page from the B page, and returning from the C page to the B page, the onBeforeLeave method is called.