From 53e9b23a40186efd149fd5c5350b5eced1f69920 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期二, 25 八月 2026 17:54:26 +0800
Subject: [PATCH] feat(auth): 更新认证页面为农业数字化平台主题

---
 src/views/_core/authentication/login.vue |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/views/_core/authentication/login.vue b/src/views/_core/authentication/login.vue
index 819eb4b..883e6ea 100644
--- a/src/views/_core/authentication/login.vue
+++ b/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"

--
Gitblit v1.9.3