Merge remote-tracking branch 'origin/main'

This commit is contained in:
root 2025-06-18 09:17:18 +08:00
commit eaa64fb040

View File

@ -35,6 +35,7 @@ const submitForm = async (formEl: FormInstance | undefined) => {
await formEl.validate((valid, fields) => {
if (valid) {
const params = {
appid:props.id,
username: form.value.username,
password: form.value.password
}