release: update 5.6.0

This commit is contained in:
xiaoxian521
2024-05-14 12:21:31 +08:00
parent 67926cf915
commit df842d93e6
8 changed files with 4794 additions and 3933 deletions

View File

@@ -64,8 +64,6 @@ const onLogin = async (formEl: FormInstance | undefined) => {
}
})
.finally(() => (loading.value = false));
} else {
return fields;
}
});
};