diff --git a/src/components/Verifition/src/Verify/VerifySlide.vue b/src/components/Verifition/src/Verify/VerifySlide.vue index 33ed40ab0..eda3f61c8 100644 --- a/src/components/Verifition/src/Verify/VerifySlide.vue +++ b/src/components/Verifition/src/Verify/VerifySlide.vue @@ -410,4 +410,5 @@ const getPictrue = async () => { // tipWords.value = res.repMsg // } } +defineExpose({ refresh }) diff --git a/src/views/login/components/LoginForm.vue b/src/views/login/components/LoginForm.vue index 1cfff0c24..d599aec05 100644 --- a/src/views/login/components/LoginForm.vue +++ b/src/views/login/components/LoginForm.vue @@ -233,7 +233,7 @@ } // 滑块校验失败 const capctchaCheckError = ()=>{ - VerifySlide.value.refresh() + console.log('capctchaCheckError') }