to achieve the effect, the loading icon is displayed on the page when pending is requested:
preliminary experiment, hoping to have a public vuex, and then merge the store of each single page with this common store,axios interceptor setting axiosing=true
every time the request is initiated, and axiosing=false
problem, but what about the public vuex? Or is there any other way to achieve this effect? Thank you