From f3295f25d7982515982f76cf15ad680d9b8373c5 Mon Sep 17 00:00:00 2001 From: ZLY Date: Tue, 25 Nov 2025 11:41:22 +0800 Subject: [PATCH] =?UTF-8?q?chore(locale):=20=E6=B8=85=E7=90=86=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E8=A1=A8=E5=8D=95=E4=B8=AD=E7=9A=84=E5=8D=A0=E4=BD=8D?= =?UTF-8?q?=E7=AC=A6=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/login/locale/index.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages/login/locale/index.ts b/src/pages/login/locale/index.ts index 1c43300..7e4c56a 100644 --- a/src/pages/login/locale/index.ts +++ b/src/pages/login/locale/index.ts @@ -4,8 +4,8 @@ const i18n = { 'login.form.userName.errMsg': 'Username cannot be empty', 'login.form.password.errMsg': 'Password cannot be empty', 'login.form.login.errMsg': 'Login error, please refresh and try again', - 'login.form.userName.placeholder': 'Username: admin', - 'login.form.password.placeholder': 'Password: admin', + 'login.form.userName.placeholder': 'Username: ', + 'login.form.password.placeholder': 'Password: ', 'login.form.rememberPassword': 'Remember password', 'login.form.forgetPassword': 'Forgot password', 'login.form.login': 'login', @@ -17,15 +17,15 @@ const i18n = { 'login.banner.subSlogan2': 'Internationalization, routing configuration, state management everything', 'login.banner.slogan3': 'Access visualization enhancement tool AUX', - 'login.banner.subSlogan3': 'Realize flexible block development', + 'login.banner.subSlogan3': 'Realize flexible block development' }, 'zh-CN': { 'login.form.title': '登录工业软件组件化构建开发与运行支撑环境', 'login.form.userName.errMsg': '用户名不能为空', 'login.form.password.errMsg': '密码不能为空', 'login.form.login.errMsg': '登录出错,请刷新重试', - 'login.form.userName.placeholder': '用户名:admin', - 'login.form.password.placeholder': '密码:admin', + 'login.form.userName.placeholder': '用户名:', + 'login.form.password.placeholder': '密码:', 'login.form.rememberPassword': '记住密码', 'login.form.forgetPassword': '忘记密码', 'login.form.login': '登录', @@ -35,8 +35,8 @@ const i18n = { 'login.banner.slogan2': '图形化、可视化、托拉拽式构建开发', 'login.banner.subSlogan2': '工业智能', 'login.banner.slogan3': '流程管理与可视化编排系统', - 'login.banner.subSlogan3': '一体化、系统化', - }, + 'login.banner.subSlogan3': '一体化、系统化' + } }; export default i18n;