Browse Source

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

hella_online_20240911
yufei_wang 2 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
// }
}
defineExpose({ refresh })
</script>

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

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

Loading…
Cancel
Save