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'