fix typo: 请求适配器 requestAdaptor (#3242)

This commit is contained in:
ROVAST 2021-12-21 18:50:09 +08:00 committed by GitHub
parent 7bd158b2c3
commit 3d473e0c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,7 +160,7 @@ let amisScoped = amis.embed(
// 全局 api 请求适配器
// 另外在 amis 配置项中的 api 也可以配置适配器,针对某个特定接口单独处理。
//
// responseAdaptor(api) {
// requestAdaptor(api) {
// return api;
// }
//