From 5d4e23149d452e5495f3e22208d7c897e39a3616 Mon Sep 17 00:00:00 2001 From: ray_wuhao <443547225@qq.com> Date: Wed, 28 Jun 2023 16:07:13 +0800 Subject: [PATCH] =?UTF-8?q?bug=20fixed:=20=E7=B1=BB=E5=9E=8B=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E9=94=99=E8=AF=AF=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cfg.ts | 2 +- src/appConfig/requestConfig.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = {