chore: i18n
This commit is contained in:
parent
963c44dd30
commit
93f9388f96
@ -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"
|
||||
>
|
||||
|
@ -103,7 +103,7 @@
|
||||
"username": "账号",
|
||||
"password": "密码",
|
||||
"captcha": "验证码",
|
||||
"usernameTip": "请输入用户名",
|
||||
"usernameTip": "请输入账号",
|
||||
"passwordTip": "请输入密码",
|
||||
"captchaTip": "请输入验证码",
|
||||
"rememberMe": "记住账号",
|
||||
|
Loading…
Reference in New Issue
Block a user