when logging in, the backend returns a token, to the front end with this token, for each request. I want to set it in the axios interceptor. The code is as follows:
:
I want to know how the interceptor can set Authorization to the request header