From ac8a07c52e03c0cd2d326614981860c9446185d1 Mon Sep 17 00:00:00 2001 From: xingyy <373639591@qq.com> Date: Thu, 7 Dec 2023 11:22:15 +0800 Subject: [PATCH] submit --- src/http/main.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/http/main.ts b/src/http/main.ts index 0dcfd735..f3f48468 100644 --- a/src/http/main.ts +++ b/src/http/main.ts @@ -1,5 +1,3 @@ -import {config} from "@/tmui/components/tm-message/interface"; - type HttpMethod = | "GET" | 'get'