update 鉴权卡号不限制长度

This commit is contained in:
Lemon
2023-04-15 15:47:05 +08:00
parent 9ba9bf2297
commit cccf42e776

View File

@@ -221,7 +221,6 @@ export default {
logicCard:[
{
required: true,
min: 16,
max: 16,
message: "长度必须为16字符(不足长度可后补零)",
trigger: 'blur'