Browse Source

登陆接口报错,刷新验证码

hella_online_20240911
yufei_wang 3 months ago
parent
commit
27f84ffb0a
  1. 1
      src/components/Verifition/src/Verify/VerifySlide.vue
  2. 2
      src/views/login/components/LoginForm.vue

1
src/components/Verifition/src/Verify/VerifySlide.vue

@ -410,4 +410,5 @@ const getPictrue = async () => {
// tipWords.value = res.repMsg // tipWords.value = res.repMsg
// } // }
} }
defineExpose({ refresh })
</script> </script>

2
src/views/login/components/LoginForm.vue

@ -233,7 +233,7 @@
} }
// //
const capctchaCheckError = ()=>{ const capctchaCheckError = ()=>{
VerifySlide.value.refresh() console.log('capctchaCheckError')
} }

Loading…
Cancel
Save