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

@@ -17,6 +17,7 @@
maxlength="32"
show-word-limit
clearable
autocomplete="off"
/>
</ElFormItem>
<ElFormItem label="WiFi密码" prop="password">
@@ -28,6 +29,7 @@
show-word-limit
show-password
clearable
autocomplete="off"
/>
</ElFormItem>
</ElForm>
@@ -96,7 +98,6 @@
(val) => {
visible.value = val
if (val) {
// 重置表单
formData.enabled = 1
formData.ssid = ''
formData.password = ''