Commit cb803efd authored by GuanHua's avatar GuanHua

fix: app商城装修导航名称字数限制问题

parent 83d73031
......@@ -19,7 +19,7 @@ export const cardNavSchema: ISchema = {
message: '请输入名称',
},
{
len: 6,
max: 6,
message: '名称最多6个字',
},
],
......
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