zhangwencui
2 天以前 a2002ba0e8aa2a0e4eee61b5205748d8f6e454fc
src/packages/effects/request/src/request-client/modules/uploader.ts
@@ -1,7 +1,7 @@
import type { RequestClient } from '../request-client';
import type { RequestClientConfig } from '../types';
import { isUndefined } from '..\..\..\..\..\utils\src';
import { isUndefined } from '../../../../../utils/src';
class FileUploader {
  private client: RequestClient;