gaoluyang
2026-06-29 27cd042df9aca0383a49f3514bc21958dd890912
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';