From ecf4d9437bb995bea26f39cb0a0b282f7307f61a Mon Sep 17 00:00:00 2001 From: Coooder-X <55648333+Coooder-X@users.noreply.github.com> Date: Mon, 1 Feb 2021 15:51:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE-=E5=88=9B=E5=BB=BA=E7=94=A8=E6=88=B7-?= =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=8F=B715=E5=92=8C16=E5=8F=B7=E6=AE=B5?= =?UTF-8?q?=E4=B8=8D=E5=90=88=E6=B3=95=E9=97=AE=E9=A2=98=20(#1328)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/common/js/regex.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/common/js/regex.js b/frontend/src/common/js/regex.js index 3896d86635..4f6f028161 100644 --- a/frontend/src/common/js/regex.js +++ b/frontend/src/common/js/regex.js @@ -1 +1 @@ -export const PHONE_REGEX = '^1(3|4|5|6|7|8|9)\\d{9}$'; +export const PHONE_REGEX = '^1(3|4|5|6|7|8|9)\\d{9}$';