fix: harden login for MLPS requirements

This commit is contained in:
2026-05-14 11:05:20 +08:00
parent ecf3ee1ef0
commit 879677516f
39 changed files with 1230 additions and 71 deletions
+2 -1
View File
@@ -44,7 +44,7 @@
v-model="formState.username"
type="text"
placeholder="请输入管理员账号"
autocomplete="off"
autocomplete="username"
required
@focus="isTyping = true"
@blur="isTyping = false"
@@ -58,6 +58,7 @@
v-model="formState.password"
:type="showPassword ? 'text' : 'password'"
placeholder="请输入密码"
autocomplete="current-password"
required
/>
<button type="button" class="eye-btn" @click="showPassword = !showPassword">