Skip to content

Commit 0672d65

Browse files
committed
fix: 修复对话认证交互
1 parent edc47d6 commit 0672d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/chat/auth/component/password.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const validator = () => {
6363
}
6464
6565
const rules = {
66-
value: [{ required: true, validator: validator_auth, trigger: 'blur' }]
66+
value: [{ required: true, validator: validator_auth, trigger: 'manual' }]
6767
}
6868
6969
const form = ref({

0 commit comments

Comments
 (0)