bug fixed: 类型路径错误修复

This commit is contained in:
ray_wuhao 2023-06-28 16:07:13 +08:00
parent 80d683a912
commit 5d4e23149d
2 changed files with 2 additions and 2 deletions

2
cfg.ts
View File

@ -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 = {
/** 公共基础路径配置, 如果为空则会默认以 '/' 填充 */

View File

@ -9,7 +9,7 @@
* @remark
*/
import type { AxiosConfig } from '@/types/appConfig'
import type { AxiosConfig } from '@/types/modules/appConfig'
/** axios 相关配置 */
export const AXIOS_CONFIG: AxiosConfig = {