Today, I encountered a problem when someone clicked on my project link in other projects and redirected to my home page. I got the token of url on the home page and stored it in vuex. I sent a request after performing this operation, but the request header of the home page did not add token. I jumped to other pages and found that there was, and then jumped back to the home page. Header added it, but every time I opened the item for the first time. Purpose: the request on the home page can"t be added to token. I"ve tried all kinds of methods. Can you help me to see how to solve it?