General websites will have an operation that cannot return to the login page after logging in It is just a general routing jump. Enter this domain name, send a request, the backend receives the request, and determines whether to log in through the session. After logging in, jump to On a certain page, if you are not logged in, you will be redirected to the login page.
Stay tuned,
General websites will have an operation that cannot return to the login page after logging in
It is just a general routing jump. Enter this domain name, send a request, the backend receives the request, and determines whether to log in through the session. After logging in, jump to On a certain page, if you are not logged in, you will be redirected to the login page.
To go back, I usually use onclick="javascript:history.back(-1);