Commit 8bec509a authored by 陈万宝's avatar 陈万宝

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

parent 27cfda56
......@@ -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