src/tabviews/zshare/mutilform/index.jsx
@@ -301,7 +301,7 @@ }) } else if (item.regular === 'email') { _rules.push({ pattern: /^([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+(\.[a-zA-Z0-9_-])+/, pattern: /^([a-zA-Z0-9._-])+@([a-zA-Z0-9_-])+(\.[a-zA-Z0-9_-])+/, message: item.regularText || '请正确输入邮箱地址' }) }