Skip to content

优化useAPI

Compare
Choose a tag to compare
@mochen666 mochen666 released this 27 Jul 03:44
· 71 commits to master since this release
  • useAPI 新增 updateTiming 参数,可用于配置响应数据更新时机(防止table数据更新时视觉抖动)
  • 由于外网 rap2 暂不支持 https,修改外网链接地址
  • 对接口中的空格兼容处理
  • 对接口url格式校验提示优化
  • 修复 useAPI 捕获异常 bug,默认捕获异常
  • useAPI不再允许传入自定义的fetch,避免数据不一致的问题出现