From 075f164147db0b6f4a906a5d43006a3747b200d8 Mon Sep 17 00:00:00 2001 From: unknown <18119604035@163.com> Date: Wed, 6 Sep 2023 09:47:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=E9=9D=A2=E6=96=87?= =?UTF-8?q?=E6=A1=88=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/login/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/login/index.tsx b/src/pages/login/index.tsx index b7fbec9..baccf83 100644 --- a/src/pages/login/index.tsx +++ b/src/pages/login/index.tsx @@ -19,7 +19,7 @@ const LoginPage: React.FC = () => { const loginSubmit = (e: any) => { if (!email) { - message.error("请输入邮箱或uid"); + message.error("请输入邮箱或UID"); return; } if (!password) { @@ -93,7 +93,7 @@ const LoginPage: React.FC = () => { setEmail(e.target.value); }} style={{ width: 400, height: 54 }} - placeholder={"请输入邮箱或uid"} + placeholder={"请输入邮箱或UID"} onKeyUp={(e) => keyUp(e)} />