Commit 221f1550 authored by 陈万宝's avatar 陈万宝

Merge branch 'feature/20230505_goods_name_len' into 'master'

feat: 去掉商品名称长度限制由后端限制

See merge request !91
parents 27cfda56 8bec509a
......@@ -225,8 +225,7 @@ const FormInformationBasic = forwardRef((props, ref) => {
{
required: true,
min: 2,
max: 30,
message: '请输入大于2个且小于30字符的商品名称',
message: '请输入最少两个字符的商品名称!',
whitespace: true,
},
]}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment