my backend uses the JWT, front-end vue ssr to set up the axios interceptor, but it is not easy to write, and there will be global token contamination of axios.
my token is currently stored in vuex.
excuse me, is there any way to simply encapsulate axios and prevent contamination?