|
|
@@ -634,12 +634,12 @@ const register = async () => {
|
|
|
|
|
|
}).catch(err => {
|
|
|
console.log('表单错误信息:', err)
|
|
|
- confirm({
|
|
|
- title: t('Msg.SystemPrompt'),
|
|
|
- content: err.msg,
|
|
|
- showCancel: false,
|
|
|
- confirmText: t('Btn.Confirm'),
|
|
|
- })
|
|
|
+ // confirm({
|
|
|
+ // title:t('Msg.SystemPrompt'),
|
|
|
+ // content: '表单错误',
|
|
|
+ // showCancel: false,
|
|
|
+ // confirmText: t('Btn.Confirm'),
|
|
|
+ // })
|
|
|
return false
|
|
|
})
|
|
|
}
|