From 9e975eee3ebe9cc133435ca3fb2dbf8458efc748 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 11 八月 2025 18:10:11 +0800
Subject: [PATCH] fix: 修改登录

---
 types/api.d.ts |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/types/api.d.ts b/types/api.d.ts
index ac80dc0..cd91077 100644
--- a/types/api.d.ts
+++ b/types/api.d.ts
@@ -4,6 +4,14 @@
     showLoading?: boolean;
     mock?: boolean;
     customErrorHandler?: (error: any) => boolean;
+    /**
+     * 鏄惁鑾峰彇鍘熷鐨凙xiosResponse
+     */
+    getResponse?: boolean;
+    /**
+     * 璺宠繃榛樿閿欒澶勭悊
+     */
+    skipErrorHandler?: boolean;
   }
 
   interface MyCertificationAuditDto {
@@ -49,4 +57,8 @@
     id?: string
     quickQuery?: string
   }
+
+  interface GetTaskInfoQueryResult{
+    enterpriseName?:string
+  }
 }

--
Gitblit v1.9.1