pull/1/head
954270063@qq.com 2020-04-21 14:29:01 +08:00
parent 5c923a4294
commit c83512d2d8
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@ instance.get('/test');
### `axios.isCancel`
可以用来判断当前错误是否来自取消请求
可以判断当前错误是否来自取消请求
```typescript
axios('/test').catch((error) => {