Merge branch 'main' into gitee

This commit is contained in:
xiaoxian521
2024-04-04 22:18:28 +08:00
6 changed files with 88 additions and 22 deletions

View File

@@ -81,6 +81,8 @@ const onLogin = async (formEl: FormInstance | undefined) => {
})
.finally(() => (disabled.value = false));
});
} else {
message("登录失败", { type: "error" });
}
})
.finally(() => (loading.value = false));