diff --git a/cfg.ts b/cfg.ts index 704d1928..b5e1283b 100644 --- a/cfg.ts +++ b/cfg.ts @@ -50,7 +50,7 @@ import { SIDE_BAR_LOGO, } from './src/appConfig/appConfig' -import type { AppConfigExport } from './src/types/cfg' +import type { AppConfigExport } from '@/types/modules/cfg' const config: AppConfigExport = { /** 公共基础路径配置, 如果为空则会默认以 '/' 填充 */ diff --git a/src/appConfig/requestConfig.ts b/src/appConfig/requestConfig.ts index 47099502..608663f8 100644 --- a/src/appConfig/requestConfig.ts +++ b/src/appConfig/requestConfig.ts @@ -9,7 +9,7 @@ * @remark 今天也是元气满满撸代码的一天 */ -import type { AxiosConfig } from '@/types/appConfig' +import type { AxiosConfig } from '@/types/modules/appConfig' /** axios 相关配置 */ export const AXIOS_CONFIG: AxiosConfig = {