Skip to content

Commit

Permalink
Merge pull request #1569 from 729343861/main
Browse files Browse the repository at this point in the history
 web/src/view/systemTools/system/system.vue : fix 图形验证码配置 bug
  • Loading branch information
SliverHorn authored Nov 6, 2023
2 parents 3e5a26b + 9b2fc60 commit 4b7f552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/view/systemTools/system/system.vue
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
<el-form-item label="字符长度">
<el-input v-model.number="config.captcha['key-long']" />
</el-form-item>
<el-form-item label="平台宽度">
<el-form-item label="图片宽度">
<el-input v-model.number="config.captcha['img-width']" />
</el-form-item>
<el-form-item label="图片高度">
Expand Down

0 comments on commit 4b7f552

Please sign in to comment.