for example, when you first enter a page, there are 3 requests, 3 requests do not need to be sequenced, and token verification is done. If token expires, Message will prompt 3 times, and then jump to the login page. If I just want to prompt once, is there a better solution?
I"ve tried to wait for a request to succeed, and then do callBack processing, which doesn"t feel particularly good.