优化位置信息

This commit is contained in:
java110 2021-07-21 09:19:57 +08:00
parent 25cba696f0
commit 94d9331207
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
errInfo: "位置名称不能为空"
},
{
limit: "max",
limit: "maxin",
param: "1,100",
errInfo: "位置名称不能超过100位"
},

View File

@ -32,7 +32,7 @@
errInfo: "位置名称不能为空"
},
{
limit: "max",
limit: "maxin",
param: "1,100",
errInfo: "位置名称不能超过100位"
},