From e7ed87649d7cd73415401d13849bf74926194fe2 Mon Sep 17 00:00:00 2001 From: unknown <18119604035@163.com> Date: Wed, 6 Sep 2023 09:49:21 +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 a734d9d..a05a3bb 100644 --- a/src/pages/login/index.tsx +++ b/src/pages/login/index.tsx @@ -30,7 +30,7 @@ const LoginPage = () => { const loginSubmit = async (e: any) => { if (!email) { Toast.show({ - content: "请输入邮箱或uid", + content: "请输入邮箱或UID", }); return; } @@ -127,7 +127,7 @@ const LoginPage = () => {
{ setEmail(val);