From 05d07e49a6f0684a3e1eb3fc9044bb2d39f2fc3e Mon Sep 17 00:00:00 2001 From: fanxb Date: Sun, 8 Sep 2019 10:47:24 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9D=20Fix:=20url=E9=95=BF=E5=BA=A6?= =?UTF-8?q?=E6=94=BE=E5=AE=BD=E5=88=B05000?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/pages/manage/OverView/AddModal.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/pages/manage/OverView/AddModal.jsx b/front/src/pages/manage/OverView/AddModal.jsx index 1155fd6..63cb36d 100644 --- a/front/src/pages/manage/OverView/AddModal.jsx +++ b/front/src/pages/manage/OverView/AddModal.jsx @@ -25,8 +25,8 @@ const reg = { text: "名称字符数为1-40" }, url: { - reg: /^.{1,500}$/, - text: "链接字符数为1-500" + reg: /^.{1,5000}$/, + text: "链接字符数为1-5000" } };