React拦截器
作者:互联网
aa拦截器 - interceptors.request.use()请求拦截器,interceptors.response.use()响应拦截器 - axios 网络请求库
axios.interceptors.request.use(function(config){
//比如是否需要设置 token
config.headers.token='wwwwwsdsdf'
return config
})
标签:use,拦截器,request,interceptors,React,token,config 来源: https://blog.csdn.net/yanluandai1985/article/details/122716314