From 6f148720dbd7b2cbbae0df10f018b7fe9ec7137b Mon Sep 17 00:00:00 2001 From: bjang03 <259278618@qq.com> Date: Wed, 18 Sep 2024 15:54:31 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E5=AF=86=E7=A0=81=E7=AD=96=E7=95=A5?= =?UTF-8?q?=E9=87=8D=E7=BD=AE=E5=AF=86=E7=A0=81=E9=9A=BE=E5=BA=A6=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E5=AD=97=E7=AC=A6=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/passwordRule/index.vue | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/views/system/passwordRule/index.vue b/src/views/system/passwordRule/index.vue index 4f2541f45..d91a69279 100644 --- a/src/views/system/passwordRule/index.vue +++ b/src/views/system/passwordRule/index.vue @@ -105,16 +105,7 @@ const rules = { againPassword: [required] } const reset = () => { - passwordConfig.value = { - status: true, - ruleLevel: "简单", - ruleDesc: "1", - tryCount: 3, - lockHours: 1, - updatePeriod: 30, - dayTryCount: 3, - updateRemind: 7, - } + getConfig() } const passwordConfig = ref({ status: true,