Commit b34d8d8f authored by miaojiale's avatar miaojiale

密码规则增加

parent d7c26631
......@@ -131,7 +131,7 @@ export default {
{
type: "string",
min: 6,
message: "The password length cannot be less than 6 bits",
message: "密码长度不能少于六位数",
trigger: "blur",
},
],
......
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