mirror of
https://github.com/Cccc-owo/CheckInApp.git
synced 2026-06-17 14:06:28 +00:00
frontend: use composables
This commit is contained in:
@@ -216,7 +216,7 @@ const handleQRCodeLogin = async () => {
|
||||
// 显示 QR 码弹窗
|
||||
qrcodeVisible.value = true
|
||||
} catch (error) {
|
||||
console.error('表单验证失败:', error)
|
||||
// 表单验证失败,不需要打印错误(由 Ant Design 自动显示错误提示)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user