This commit is contained in:
Baobhan Sith
2025-04-26 11:22:03 +08:00
parent 2cd5a69bb2
commit ece81bf89e
2 changed files with 6 additions and 1 deletions
@@ -93,6 +93,7 @@ const handleSubmit = async () => {
// Fetch CAPTCHA config on component mount
onMounted(() => {
console.log('[LoginView] Component mounted, calling fetchCaptchaConfig...'); // 添加日志
authStore.fetchCaptchaConfig();
});
</script>