axios发送请求报错:Cannot read property 'cancelToken' of undefined

 

 原因:

  在使用axios的拦截器时,没有添加返回值  return  config

方法:

  在请求拦截器中添加 return config,  (!!!注意响应拦截器中也要添加返回值)

 

 

axios发送请求报错:Cannot read property 'cancelToken' of undefined

 

相关文章: