where's my code?
07
17
axios拦截器 axios拦截器
1. 请求拦截器 axios.interceptors.request.use(); axios请求拦截器:是发出请求前执行的一个回调函数。 作用:对所有请求做统一处理:追加请求头、追加参数、界面loading提示。 所以可以写为以下方式:
2021-07-17