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"
:use-captcha="captchaInfo.captchaEnabled"
:use-tenant="tenantInfo.tenantEnabled"
password-placeholder="密码"
username-placeholder="用户名"
@captcha-click="loadCaptcha"
@submit="handleAccountLogin"
>

View File

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