刷新多此会跳转到登陆的问题解决了,但是刷新会出现更逆天的问题
This commit is contained in:
@@ -112,9 +112,6 @@ const refreshCaptcha = async () => {
|
||||
}
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
refreshCaptcha()
|
||||
})
|
||||
|
||||
const handleLogin = async () => {
|
||||
try {
|
||||
@@ -203,6 +200,11 @@ const validateForm = () => {
|
||||
|
||||
return true
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
refreshCaptcha()
|
||||
})
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user