xiaoyi
2 天以前 f81e5811b9baaaea3645579a6cacad0f75f3d0db
src/packages/effects/request/src/request-client/preset-interceptors.ts
@@ -1,8 +1,8 @@
import type { RequestClient } from './request-client';
import type { MakeErrorMessageFn, ResponseInterceptorConfig } from './types';
import { $t } from '..\..\..\..\locales\src';
import { isFunction } from '..\..\..\..\utils\src';
import { $t } from '../../../../locales/src';
import { isFunction } from '../../../../utils/src';
import axios from 'axios';