Browse Source

1、修改密码策略日密码错误次数描述

hella_online_20240913
bjang03 1 week ago
parent
commit
e685698946
  1. 2
      src/views/system/passwordRule/index.vue

2
src/views/system/passwordRule/index.vue

@ -46,7 +46,7 @@
</el-form-item>
</el-col>
<el-col>
<el-form-item label="密码输入错误" prop="tryCount">
<el-form-item label="1天内密码输入错误" prop="tryCount">
<el-input-number
v-model="passwordConfig.dayTryCount"
:min="3"

Loading…
Cancel
Save