mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
migrate transaction tag store to composition API and typescript
This commit is contained in:
+1
-1
@@ -137,7 +137,7 @@ interface ApiRequestConfig extends AxiosRequestConfig {
|
||||
timeout?: number;
|
||||
}
|
||||
|
||||
type ApiResponsePromise<T> = Promise<AxiosResponse<ApiResponse<T>>>;
|
||||
export type ApiResponsePromise<T> = Promise<AxiosResponse<ApiResponse<T>>>;
|
||||
|
||||
let needBlockRequest = false;
|
||||
const blockedRequests: ((token: string | undefined) => void)[] = [];
|
||||
|
||||
Reference in New Issue
Block a user