Replies: 1 comment 1 reply
-
为了更好管理社区,issues只作为bug提报和新功能提案。 你的问题是因为可能对window.fetch函数不够了解,fetch函数在响应时将会获取到一个 实践建议: const alova = createAlova({
// ...
responded: response => response.json()
});
// 请求处,res就是响应数据
const res = await alova.Get(...); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
请详细描述bug
使用useRequest,和默认的GlobalFetch时不能打印响应的数据data,
复现链接
No response
复现步骤
期望的表现
No response
alova 版本
2.18.0
设备/浏览器/浏览器版本
No response
额外的说明
No response
Beta Was this translation helpful? Give feedback.
All reactions