瀏覽代碼

style: 去除多余代码

奔跑的面条 3 年之前
父節點
當前提交
8e40416e72
共有 1 個文件被更改,包括 0 次插入9 次删除
  1. 0 9
      src/api/path/system.api.ts

+ 0 - 9
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 {