Browse Source

1、密码策略优化(从字典表迁移到独立表)

hella_online_20240911
bjang03 2 weeks ago
parent
commit
622a9013e5
  1. 1
      src/views/system/passwordRule/index.vue

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

@ -93,7 +93,6 @@ const reset = () => {
} }
} }
const passwordConfig = ref({ const passwordConfig = ref({
id: 0,
status: true, status: true,
ruleLevel: "简单", ruleLevel: "简单",
ruleDesc: "", ruleDesc: "",

Loading…
Cancel
Save