From 7f1d938bc43afcdb1298ba2e50324ce0fd660c17 Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Fri, 10 Feb 2023 23:54:29 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: b7f6f632a459622120b870bb74a5c6161c441d1e --- src/api/auth/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/auth/types.ts b/src/api/auth/types.ts index e80639a..5367554 100644 --- a/src/api/auth/types.ts +++ b/src/api/auth/types.ts @@ -12,7 +12,7 @@ export interface ILoginData { * 验证码Code服务端缓存key(UUID) */ // verifyCodeKey: string; -}; +} /** * Token响应类型 -- GitLab