Merge remote-tracking branch 'origin/feature/mall_product' into feature/mall_product

pull/11/head
tangqian 2023-06-01 17:35:24 +08:00
commit ced99434c1
1 changed files with 0 additions and 4 deletions

View File

@ -306,10 +306,6 @@ export default {
required: true,
message: '服务电话不能为空',
trigger: 'blur'
}, {
pattern: /^(?:(?:\+|00)86)?1(?:3[\d]|4[5-79]|5[0-35-9]|6[5-7]|7[0-8]|8[\d]|9[189])\d{8}$/,
message: '请输入正确的手机或座机号码',
trigger: 'blur'
}]
}
};