From 251c3d33d617b5caf1cdc45215738b02b6a51c06 Mon Sep 17 00:00:00 2001 From: guoyue Date: Mon, 3 Oct 2022 17:23:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=82=E5=B1=80=EF=BC=9A=E5=9F=8E=E5=B8=82?= =?UTF-8?q?=E4=BA=91=E8=84=91=E4=BC=9A=E5=AE=A2=E5=8E=85--=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E7=94=B5=E8=AF=9D=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/infrastructurePage.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/front/src/views/home/infrastructurePage.vue b/front/src/views/home/infrastructurePage.vue index caa2cf86..54067c5a 100644 --- a/front/src/views/home/infrastructurePage.vue +++ b/front/src/views/home/infrastructurePage.vue @@ -330,11 +330,11 @@ + @@ -852,13 +852,13 @@ }, ], matter: [{ min: 1, max: 500, required: true, message: '可输入500字内容' }], - phone: [ - { - required: true, - pattern: /^1[3|4|5|7|8|9][0-9]\d{8}$/, - message: '请输入正确的手机号', - }, - ], + // phone: [ + // { + // required: true, + // pattern: /^1[3|4|5|7|8|9][0-9]\d{8}$/, + // message: '请输入正确的手机号', + // }, + // ], dept: [ { required: true,