We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
不能将类型“(config: AxiosRequestConfig) => AxiosPromise”分配给类型“AxiosAdapterConfig | AxiosAdapterConfig[] | undefined”。 不能将类型“(config: AxiosRequestConfig) => AxiosPromise”分配给类型“AxiosAdapter”。 参数“config”和“config” 的类型不兼容。 不能将类型“InternalAxiosRequestConfig”分配给类型“AxiosRequestConfig”。 属性“method”的类型不兼容。 不能将类型“string | undefined”分配给类型“Method | undefined”。 不能将类型“string”分配给类型“Method | undefined”。ts(2322) (property) AxiosInstance.defaults: Omit<AxiosDefaults, "headers"> & { headers: HeadersDefaults & { [key: string]: AxiosHeaderValue; }; }
尽可能提供在线例子
The text was updated successfully, but these errors were encountered:
Particularly urgent!!!!
Sorry, something went wrong.
不支持1.x 版本的 axios
thanks
No branches or pull requests
问题是什么
不能将类型“(config: AxiosRequestConfig) => AxiosPromise”分配给类型“AxiosAdapterConfig | AxiosAdapterConfig[] | undefined”。
不能将类型“(config: AxiosRequestConfig) => AxiosPromise”分配给类型“AxiosAdapter”。
参数“config”和“config” 的类型不兼容。
不能将类型“InternalAxiosRequestConfig”分配给类型“AxiosRequestConfig”。
属性“method”的类型不兼容。
不能将类型“string | undefined”分配给类型“Method | undefined”。
不能将类型“string”分配给类型“Method | undefined”。ts(2322)
(property) AxiosInstance.defaults: Omit<AxiosDefaults, "headers"> & {
headers: HeadersDefaults & {
[key: string]: AxiosHeaderValue;
};
}
环境
在线例子
尽可能提供在线例子
报错信息
The text was updated successfully, but these errors were encountered: