mirror of
https://github.com/iczer/vue-antd-admin.git
synced 2025-04-06 03:57:44 +08:00
Merge pull request #250 from matrix-zyh/patch-1
Fix: document errors; 修复:文档错误;
This commit is contained in:
commit
9a7493c99c
@ -44,7 +44,7 @@ const tokenCheck = {
|
|||||||
* `options: Object`: 应用配置,包含: {router, i18n, store, message},可根据需要扩展。
|
* `options: Object`: 应用配置,包含: {router, i18n, store, message},可根据需要扩展。
|
||||||
|
|
||||||
### onRejected
|
### onRejected
|
||||||
我们会为 onFulfilled 钩子函数注入 error 和 options 两个参数:
|
我们会为 onRejected 钩子函数注入 error 和 options 两个参数:
|
||||||
* `error: Error`: axios 请求错误对象
|
* `error: Error`: axios 请求错误对象
|
||||||
* `options: Object`: 应用配置,包含: {router, i18n, store, message},可根据需要扩展。
|
* `options: Object`: 应用配置,包含: {router, i18n, store, message},可根据需要扩展。
|
||||||
|
|
||||||
@ -128,4 +128,4 @@ export default {
|
|||||||
response: [resp401, resp403] // 响应拦截
|
response: [resp401, resp403] // 响应拦截
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
:::
|
:::
|
||||||
|
Loading…
x
Reference in New Issue
Block a user