更新表单错误提示信息,将提示内容从“cnTabDesc”更改为“incompleteForm”以更准确地反映错误状态

This commit is contained in:
Phoenix 2025-05-06 10:10:08 +08:00
parent be6d3ed1fb
commit a92eae32e5

View File

@ -75,7 +75,7 @@ const confirm=async ()=>{
} }
} }
}else { }else {
message.error(t('realAuth.cnTabDesc')) message.error(t('signature.error.incompleteForm'))
} }
} }