From f682d264df77d58620991e53eefabbef436d2179 Mon Sep 17 00:00:00 2001 From: LofiSu <163713803+LofiSu@users.noreply.github.com> Date: Sun, 26 Jan 2025 12:07:43 +0800 Subject: 重构 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/http.ts | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/utils/http.ts (limited to 'src/utils/http.ts') diff --git a/src/utils/http.ts b/src/utils/http.ts deleted file mode 100644 index d49fad4..0000000 --- a/src/utils/http.ts +++ /dev/null @@ -1,9 +0,0 @@ -import axios from "axios"; - -const serviceAxios = axios.create({ - baseURL: "", - timeout: 3 * 1000, - withCredentials: false, -}); - -export default serviceAxios; \ No newline at end of file -- cgit v1.2.3-70-g09d2