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 位,可以包含中文、字母、数字、下划线,短横线', },