frontend: use composables

This commit is contained in:
2026-01-03 16:15:05 +08:00
parent c98aa73364
commit 59f111fedb
4 changed files with 149 additions and 145 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ const handleQRCodeLogin = async () => {
// 显示 QR 码弹窗
qrcodeVisible.value = true
} catch (error) {
console.error('表单验证失败:', error)
// 表单验证失败,不需要打印错误(由 Ant Design 自动显示错误提示)
}
}