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

@@ -533,6 +533,7 @@
maxlength="32"
show-word-limit
clearable
autocomplete="off"
/>
</ElFormItem>
<ElFormItem label="WiFi密码" prop="password">
@@ -544,6 +545,7 @@
show-word-limit
show-password
clearable
autocomplete="off"
/>
</ElFormItem>
</ElForm>
@@ -1956,7 +1958,7 @@
})
}
if (hasAuth('asset:realname_policy')) {
if (hasAuth('device:realname_policy')) {
moreActions.push({
label: '实名认证策略',
handler: () => handleDeviceOperation('realname-policy', row.virtual_no, row),