fix: wifi 自动填充
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m58s

This commit is contained in:
sexygoat
2026-04-20 16:28:09 +08:00
parent 9b66b78110
commit 11bfcadf65
5 changed files with 20 additions and 56 deletions

View File

@@ -14,6 +14,7 @@
maxlength="32"
show-word-limit
clearable
autocomplete="off"
/>
</ElFormItem>
<ElFormItem label="WiFi密码" prop="password">
@@ -25,6 +26,7 @@
show-word-limit
show-password
clearable
autocomplete="off"
/>
</ElFormItem>
</ElForm>