#### 问题描述
默认的字典名: dict_name是有下划线,添加和编辑一直提示错误: 字典名称只能是字母数字的组合
#### 程序代码或配置
在正则校验规则中修改成 "/^[a-zA-Z0-preg_match('/^[a-zA-Z0-9_]+$/', $name)) {
return $this->json(2, '字典名称只能是字母数字的组合');preg_match('/^[a-zA-Z0-9_]+$/', $name)) {
return $this->json(2, '字典名称只能是字母数字的组合');