diff --git a/app/pages/login/index.vue b/app/pages/login/index.vue index e7ac625..b90d3ef 100644 --- a/app/pages/login/index.vue +++ b/app/pages/login/index.vue @@ -187,6 +187,11 @@ const onLeave =async (moveX, callback) => { isShow.value=false }, 1000) + }else{ + setTimeout(() => { + + isShow.value=false + }, 1000) }