currently the loading component is used directly through axios"s interceptor, showing when sending the request and hiding when the response comes back
but for example, if there are multiple requests, the loading is hidden when the first request is returned. I don"t know what can be done to make all the requests respond and then return
.