fix 登录回车事件修复
This commit is contained in:
parent
a884c08fc7
commit
75f68b8e57
@ -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) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user