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 {