刷新多此会跳转到登陆的问题解决了,但是刷新会出现更逆天的问题

This commit is contained in:
2025-06-14 22:08:47 +08:00
parent f905a984f2
commit c6c6df9c57
5 changed files with 110 additions and 85 deletions

View File

@@ -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>