From 59b5a559260ef9378d46130232f5e27d62854a2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Wed, 5 Jul 2023 10:45:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=E9=9D=A2=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E6=A1=86=E6=8C=89=E5=9B=9E=E8=BD=A6=E9=94=AE=E7=99=BB?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/login/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/login/index.tsx b/src/pages/login/index.tsx index a7eefb4..e5d5fc8 100644 --- a/src/pages/login/index.tsx +++ b/src/pages/login/index.tsx @@ -95,8 +95,8 @@ const LoginPage = () => { }} style={{ width: 400, height: 54 }} placeholder="请输入管理员邮箱账号" - onKeyUp={(e) => keyUp(e)} allowClear + onKeyUp={(e) => keyUp(e)} />