Skip to content

Commit 3272f3c

Browse files
committed
修复长度验证中数字验证
1 parent 6bfbfc4 commit 3272f3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/view/systemTools/system/system.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@
310310
<el-form-item label="字符长度">
311311
<el-input-number
312312
v-model="config.captcha['key-long']"
313-
min="4"
314-
max="6"
313+
:min="4"
314+
:max="6"
315315
/>
316316
</el-form-item>
317317
<el-form-item label="图片宽度">

0 commit comments

Comments
 (0)