[ts]控制台报错 ts类型 AxiosRequestConfig
执行yarn build控制台报错 ts类型axios 类型报错 version “1.3.4”
·
[ts]控制台报错 ts类型 AxiosRequestConfig
problem
执行 yarn build
控制台报错 ts类型
axios 类型报错 version “1.3.4”
Argument of type '(config: AxiosRequestConfig) => AxiosRequestConfig<any>' is not assignable to parameter of type '(value: InternalAxiosRequestConfig<any>)
reason
不清楚是什么已有
solution
方法1:用 AxiosRequestConfig 代替 AxiosRequestConfig 可以解决
方法2:临时用any解决
更多推荐
已为社区贡献1条内容
所有评论(0)