gpt4 book ai didi

javascript - 当我真正想要的时候,类型 'Object' 上不存在属性 - Angular2+

转载 作者:行者123 更新时间:2023-11-28 17:25:44 27 4
gpt4 key购买 nike

我返回一个仅包含一个字段的对象,我更愿意返回该字段而不是整个对象,但我遇到了错误:

Property 'token' does not exist on type 'Object'

有什么办法可以解决这个问题,还是我只能完全返回 res

更新如果我用 console.log() 输出我得到的结果,我会得到以下结果:

console.log(res):

注意:由于我设置代码的方式, token 会有所不同

最佳答案

您应该指定响应对象的结构

要么使用

this.http.post<{token:string}>(this.apiBaseUrl + '/auth', body)

this.http.post<any>(this.apiBaseUrl + '/auth', body)

关于javascript - 当我真正想要的时候,类型 'Object' 上不存在属性 - Angular2+,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51651439/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com