mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-03 12:38:53 +08:00
fix typo: 请求适配器 requestAdaptor (#3242)
This commit is contained in:
parent
7bd158b2c3
commit
3d473e0c03
@ -160,7 +160,7 @@ let amisScoped = amis.embed(
|
|||||||
// 全局 api 请求适配器
|
// 全局 api 请求适配器
|
||||||
// 另外在 amis 配置项中的 api 也可以配置适配器,针对某个特定接口单独处理。
|
// 另外在 amis 配置项中的 api 也可以配置适配器,针对某个特定接口单独处理。
|
||||||
//
|
//
|
||||||
// responseAdaptor(api) {
|
// requestAdaptor(api) {
|
||||||
// return api;
|
// return api;
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user