After exiting from the user center and jumping to the home page, all bound events on the page under IE8 are invalidated. This is why.

1. Enter the user center after logging in to the website on the home page
2, log out in the user center, automatically jump to the home page
3, and all bound events on the home page are invalid

.

this problem can only be found on IE8. Want to know why? Ask for expert answers

Mar.28,2021

the solution is to change the front-end js to jump
. The problem is that ajax sends an exit request, refreshes the page after success, and the server determines that it is not logged in, and then directs to the home page. As a result, IE8 fails, instead of front-end judgment, it jumps directly after the exit is successful, and does not send another user center page request

.
Menu