fix: 用户昵称和手机号正则校验限长度

This commit is contained in:
TsMask
2024-04-08 15:03:53 +08:00
parent ac84a0ca0a
commit 4194d8cca6
4 changed files with 6 additions and 6 deletions

View File

@@ -1363,7 +1363,7 @@ onMounted(() => {
<a-input
v-model:value="modalState.from.phonenumber"
allow-clear
:maxlength="11"
:maxlength="16"
></a-input>
</a-form-item>
</a-col>