This commit is contained in:
Baobhan Sith
2025-05-08 15:44:27 +08:00
parent 413bd8098d
commit f8432cdfef
3 changed files with 3 additions and 24 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ const handleSubmit = async () => {
// Fetch CAPTCHA config on component mount
onMounted(() => {
console.log('[LoginView] Component mounted, calling fetchCaptchaConfig...'); // 添加日志
// console.log('[LoginView] Component mounted, calling fetchCaptchaConfig...'); // 添加日志
authStore.fetchCaptchaConfig();
});