From e9d59f41f97fc8ab87c2efb63d26514e98529cd7 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 16 Aug 2025 17:08:09 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E3=80=90framework=20=E6=A1=86?= =?UTF-8?q?=E6=9E=B6=E3=80=91=E5=A2=9E=E5=8A=A0=20api=20=E5=8A=A0=E8=A7=A3?= =?UTF-8?q?=E5=AF=86=E8=83=BD=E5=8A=9B=EF=BC=88=E9=BB=98=E8=AE=A4=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E5=85=88=E4=B8=8D=E5=8A=A0=E5=AF=86=EF=BC=8C=E9=81=BF?= =?UTF-8?q?=E5=85=8D=E5=A4=A7=E5=AE=B6=E4=B8=8D=E7=90=86=E8=A7=A3=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/login/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/login/index.ts b/src/api/login/index.ts index cd5986a0f..37eb49112 100644 --- a/src/api/login/index.ts +++ b/src/api/login/index.ts @@ -17,7 +17,7 @@ export const login = (data: UserLoginVO) => { url: '/system/auth/login', data, headers: { - isEncrypt: true + isEncrypt: false } }) }