Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.8k views
in Technique[技术] by (71.8m points)

axios的响应问题,响应是失败的,为什么打印的代码运行then函数,而不是catch

图片.png
图片.png
图片.png
我请求了错误的域名,为什么还会打印App.vue 第56行显示的成功的log,
而不是第58行失败的log.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

因为你拦截器做了 catch
image.png

那我们看正确的例子是什么?拦截器中返回一个 reject 状态的 Promise
image.png


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...