fix 登录回车事件修复

This commit is contained in:
yxh 2023-02-03 17:50:44 +08:00
parent a884c08fc7
commit 75f68b8e57

View File

@ -139,6 +139,9 @@ export default defineComponent({
});
//
const onSignIn = async () => {
if(state.loading.signIn){
return
}
const formWrap = unref(loginForm) as any;
if (!formWrap) return;
formWrap.validate((valid: boolean) => {