修复:解决测试发现的问题

This commit is contained in:
2025-11-12 16:00:44 +08:00
parent 1da75a59f2
commit 1daa6367c9
29 changed files with 133 additions and 182 deletions

1
api/types.d.ts vendored
View File

@@ -22,4 +22,5 @@ export interface IRequestOptions extends UniApp.RequestOptions {
export interface ICreateClientConfig {
baseURL: string;
timeout?: number;
loading?: boolean;
}