chore: i18n

This commit is contained in:
dap 2024-09-10 08:50:12 +08:00
parent 963c44dd30
commit 93f9388f96
2 changed files with 1 additions and 3 deletions

View File

@ -83,8 +83,6 @@ async function handleAccountLogin(values: LoginForm) {
:tenant-options="tenantInfo.voList" :tenant-options="tenantInfo.voList"
:use-captcha="captchaInfo.captchaEnabled" :use-captcha="captchaInfo.captchaEnabled"
:use-tenant="tenantInfo.tenantEnabled" :use-tenant="tenantInfo.tenantEnabled"
password-placeholder="密码"
username-placeholder="用户名"
@captcha-click="loadCaptcha" @captcha-click="loadCaptcha"
@submit="handleAccountLogin" @submit="handleAccountLogin"
> >

View File

@ -103,7 +103,7 @@
"username": "账号", "username": "账号",
"password": "密码", "password": "密码",
"captcha": "验证码", "captcha": "验证码",
"usernameTip": "请输入用户名", "usernameTip": "请输入账号",
"passwordTip": "请输入密码", "passwordTip": "请输入密码",
"captchaTip": "请输入验证码", "captchaTip": "请输入验证码",
"rememberMe": "记住账号", "rememberMe": "记住账号",