Skip to content

Commit 5c2ce56

Browse files
authored
Update README.md
1 parent c8c8205 commit 5c2ce56

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -243,12 +243,6 @@ axios.get(`/api/user/${this.uid}/info`, {
243243
});
244244
```
245245

246-
额外的,每一个转换过后的请求上带有一个 `context` 参数,方便在中间件外设置请求的各种参数
247-
```js
248-
const context = Request.context;
249-
context.setAxoisOptions({ ... });
250-
```
251-
252246
---
253247

254248
## 设置中间件

0 commit comments

Comments
 (0)