ovineio / ovine

ovine由于存在设计缺陷不再更新。 新版会在 ovine-next 重写。 https://github.com/ovineio/ovine-next
https://ovine.igroupes.com/
Apache License 2.0
757 stars 122 forks source link

错误提示统一由amis展示 #34

Closed chenchi2038 closed 3 years ago

chenchi2038 commented 4 years ago

发生错误时fetchSourceCtrl正常返回response,在requestErrorCtrl中设置默认的错误信息,onError回调可以对错误信息进行定制,最后统一由amis进行提示

jinmingpang commented 4 years ago

不好意思,回得有点慢了。

这块这样处理是不妥的。因为,除了amis请求使用这个request模块外。还有非amis组件使用request的情况。特别是自定义功能的时候。不能默认返回符合amis请求的数据。

对于这个request错误处理,到时候要优化一下。把你提到的细节,处理一下。