调整acl user用户名/密码长度.

This commit is contained in:
许晓东
2024-01-15 20:38:30 +08:00
parent f49e2f7d0c
commit b79529f607
2 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
<a-input
placeholder="username"
:allowClear="true"
:maxLength="30"
:maxLength="100"
v-decorator="[
'username',
{
@@ -30,7 +30,7 @@
<a-input
placeholder="password"
:allowClear="true"
:maxLength="30"
:maxLength="100"
v-decorator="[
'password',
{