From f96d4ed77603ca1f908dcdc4a51bd2ce2178d10c Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期三, 19 六月 2024 10:10:58 +0800 Subject: [PATCH] 登录logo,其他 --- src/utils/http/axios/axiosTransform.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/utils/http/axios/axiosTransform.ts b/src/utils/http/axios/axiosTransform.ts index a997438..5570bf0 100644 --- a/src/utils/http/axios/axiosTransform.ts +++ b/src/utils/http/axios/axiosTransform.ts @@ -7,7 +7,7 @@ AxiosResponse, InternalAxiosRequestConfig, } from 'axios'; -import type { RequestOptions, Result } from '/#/axios'; +import type { RequestOptions, Result } from '#/axios'; export interface CreateAxiosOptions extends AxiosRequestConfig { authenticationScheme?: string; -- Gitblit v1.9.3