From 1d7e40950f9ab5f6ae8a60cdafd9ce6c3d1d659f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=94=E8=B7=91=E7=9A=84=E9=9D=A2=E6=9D=A1?= <1262327911@qq.com> Date: Fri, 24 Jun 2022 11:44:26 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=8E=BB=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/path/system.api.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/api/path/system.api.ts b/src/api/path/system.api.ts index 1839b109..499194c7 100644 --- a/src/api/path/system.api.ts +++ b/src/api/path/system.api.ts @@ -12,15 +12,6 @@ export const loginApi = async (data: object) => { } } -// * 新接口 -export const newApi = async (data: object) => { - try { - const resonse = await http(RequestHttpEnum.POST)(`新接口的路劲/xxx/xxx`, data) - } catch (error) { - httpErrorHandle(); - } -} - // * 登出 export const logoutApi = async () => { try {