Merge branch 'main' of github.com:maxkb-dev/maxkb

This commit is contained in:
shaohuzhang1 2024-03-05 17:04:05 +08:00
commit 71c29e81c9

View File

@ -80,12 +80,6 @@ const rules = ref<FormRules<LoginRequest>>({
message: '请输入密码',
trigger: 'blur'
},
{
min: 6,
max: 20,
message: '长度在 6 到 20 个字符',
trigger: 'blur'
}
]
})
const loginFormRef = ref<FormInstance>()