fix: 修复对话认证交互

v3.2
shaohuzhang1 2024-10-30 18:42:12 +08:00 committed by shaohuzhang1
parent edc47d6747
commit 0672d65784
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ const validator = () => {
}
const rules = {
value: [{ required: true, validator: validator_auth, trigger: 'blur' }]
value: [{ required: true, validator: validator_auth, trigger: 'manual' }]
}
const form = ref({