| | |
| | | { |
| | | component: 'VbenInput', |
| | | componentProps: { |
| | | 'aria-label': $t('authentication.username'), |
| | | autocomplete: 'username', |
| | | placeholder: $t('authentication.usernameTip'), |
| | | }, |
| | | fieldName: 'username', |
| | |
| | | { |
| | | component: 'VbenInputPassword', |
| | | componentProps: { |
| | | 'aria-label': $t('authentication.password'), |
| | | autocomplete: 'current-password', |
| | | placeholder: $t('authentication.passwordTip'), |
| | | }, |
| | | fieldName: 'password', |
| | |
| | | ref="loginRef" |
| | | :form-schema="formSchema" |
| | | :loading="authStore.loginLoading" |
| | | title="欢迎回来" |
| | | sub-title="登录种植业数字化平台,开启智慧种植" |
| | | :show-code-login="false" |
| | | :show-qrcode-login="false" |
| | | :show-third-party-login="false" |