【解决】使用strApi调登录接口使用jwt时,报类型“AxiosResponse<any, any>”上不存在属性“jwt”。ts any

类型“AxiosResponse”上不存在属性“jwt”。ts(2339) any

【解决】使用strApi调登录接口使用jwt时,报类型“AxiosResponse<any, any>”上不存在属性“jwt”。ts any_第1张图片

解决办法:
使用类型断言(loginData as any)?.jwt 即可
【解决】使用strApi调登录接口使用jwt时,报类型“AxiosResponse<any, any>”上不存在属性“jwt”。ts any_第2张图片

你可能感兴趣的:(typescript)