style: format code for improved readability and consistency

v3.2
wxg0103 2025-09-29 14:10:53 +08:00
parent 40609c6531
commit 4991890739
1 changed files with 18 additions and 15 deletions

View File

@ -238,6 +238,9 @@ const open = (data: any) => {
) { ) {
refreshAuthentication() refreshAuthentication()
} }
if (!form.value.authentication_value.max_attempts) {
form.value.authentication_value.max_attempts = 1
}
form.value.authentication = data.authentication form.value.authentication = data.authentication
dialogVisible.value = true dialogVisible.value = true
loadSharedApi({type: 'application', systemType: apiType.value}) loadSharedApi({type: 'application', systemType: apiType.value})