访客模块待完成

This commit is contained in:
Zy
2026-04-11 17:55:11 +08:00
parent 67a292b252
commit d957d1a039
35 changed files with 4564 additions and 95 deletions

View File

@@ -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) => {