5 小时以前 53e9b23a40186efd149fd5c5350b5eced1f69920
src/views/_core/authentication/login.vue
@@ -48,6 +48,8 @@
    {
      component: 'VbenInput',
      componentProps: {
        'aria-label': $t('authentication.username'),
        autocomplete: 'username',
        placeholder: $t('authentication.usernameTip'),
      },
      fieldName: 'username',
@@ -60,6 +62,8 @@
    {
      component: 'VbenInputPassword',
      componentProps: {
        'aria-label': $t('authentication.password'),
        autocomplete: 'current-password',
        placeholder: $t('authentication.passwordTip'),
      },
      fieldName: 'password',
@@ -79,6 +83,8 @@
      ref="loginRef"
      :form-schema="formSchema"
      :loading="authStore.loginLoading"
      title="欢迎回来"
      sub-title="登录种植业数字化平台,开启智慧种植"
      :show-code-login="false"
      :show-qrcode-login="false"
      :show-third-party-login="false"