export default { phone: /^1\d{10}$/, email: /^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/, idcard: /^\d{15}|\d{18}$/, }