after logging in for the first time, save the token locally, and then every time you jump to a new page, you have to send a request to the server to verify whether the token is legal, display the page if it is legal, and force you to jump back to the log...
@ vue cli created a project that did not have a webpack configuration file. How did he implement it? ...