leisure-core 0.4.37 → 0.4.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -78,8 +78,8 @@ export default {
78
78
  { required: true, message: "请输入账号(手机号)", trigger: "blur" },
79
79
  {
80
80
  min: 1,
81
- max: 13,
82
- message: "长度在 1 到 13 个字符",
81
+ max: 20,
82
+ message: "长度在 1 到 20 个字符",
83
83
  trigger: "blur",
84
84
  },
85
85
  ],
@@ -87,8 +87,8 @@ export default {
87
87
  { required: true, message: "请输入密码", trigger: "blur" },
88
88
  {
89
89
  min: 2,
90
- max: 12,
91
- message: "长度在 1 到 10 个字符",
90
+ max: 33,
91
+ message: "长度在 1 到 33 个字符",
92
92
  trigger: "blur",
93
93
  },
94
94
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leisure-core",
3
- "version": "0.4.37",
3
+ "version": "0.4.38",
4
4
  "description": "leisure-core是leisure-ui-core的简称,是京心数据基于vue2.0开发的一套后台系统框架与js库,包含登录,首页框架等",
5
5
  "private": false,
6
6
  "author": "北方乐逍遥(zcx7878)",