访客模块待完成
This commit is contained in:
@@ -262,9 +262,6 @@ const reg = {
|
||||
qq: /^[1-9]\d{4,11}$/,
|
||||
wechat: /^[a-zA-Z][a-zA-Z0-9_-]{5,19}$/
|
||||
};
|
||||
|
||||
// 使用
|
||||
reg.phone.test('13800138000');
|
||||
// 上传图片
|
||||
const submitForm = () => {
|
||||
formRef.value?.validate(async (valid: boolean) => {
|
||||
|
||||
Reference in New Issue
Block a user