From c0ee2eac026d2d5a950a41b6f0a475b95b71d47a Mon Sep 17 00:00:00 2001 From: Bull-BCLS <1019113057@qq.com> Date: Wed, 11 Oct 2023 21:48:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=AD=97=E5=85=B8?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E8=A1=A8=E5=8D=95=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- continew-admin-ui/src/views/system/dict/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/continew-admin-ui/src/views/system/dict/index.vue b/continew-admin-ui/src/views/system/dict/index.vue index 60583ff5..5b43617a 100644 --- a/continew-admin-ui/src/views/system/dict/index.vue +++ b/continew-admin-ui/src/views/system/dict/index.vue @@ -274,7 +274,7 @@ name: [ { required: true, message: '请输入字典名称' }, { - match: /^[\\u4e00-\\u9fa5a-zA-Z0-9_-]{2,30}$/, + match: /^[\u4e00-\u9fa5a-zA-Z0-9_-]{2,30}$/, message: '长度为 2 到 30 位,可以包含中文、字母、数字、下划线,短横线', },