Property does not exist on type ‘AxiosResponse ‘.

快来打我* 2022-12-29 00:16 275阅读 0赞
  1. import * as axios from 'axios'
  2. declare module 'axios' {
  3. interface AxiosInstance {
  4. // eslint-disable-next-line no-undef
  5. (config: AxiosRequestConfig): Promise<any>
  6. }
  7. }

watermark_type_ZmFuZ3poZW5naGVpdGk_shadow_10_text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80MDAxMzgxNw_size_16_color_FFFFFF_t_70

发表评论

表情:
评论列表 (有 0 条评论,275人围观)

还没有评论,来说两句吧...

相关阅读