|
@ -105,16 +105,7 @@ const rules = { |
|
|
againPassword: [required] |
|
|
againPassword: [required] |
|
|
} |
|
|
} |
|
|
const reset = () => { |
|
|
const reset = () => { |
|
|
passwordConfig.value = { |
|
|
getConfig() |
|
|
status: true, |
|
|
|
|
|
ruleLevel: "简单", |
|
|
|
|
|
ruleDesc: "1", |
|
|
|
|
|
tryCount: 3, |
|
|
|
|
|
lockHours: 1, |
|
|
|
|
|
updatePeriod: 30, |
|
|
|
|
|
dayTryCount: 3, |
|
|
|
|
|
updateRemind: 7, |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
const passwordConfig = ref({ |
|
|
const passwordConfig = ref({ |
|
|
status: true, |
|
|
status: true, |
|
|