Commit 99b8e5be by lepdou

change app name limit to 128 characters

parent 35fbe00e
......@@ -12,8 +12,8 @@ app_module.config(function (valdrProvider) {
},
'appName': {
'size': {
'max': 32,
'message': '应用名称长度不能多于32个字符'
'max': 128,
'message': '应用名称长度不能多于128个字符'
},
'required': {
'message': '应用名称不能为空'
......
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