From e6f898bef47bc5de081c49d39bb2424fd2fa2256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8C=BF=E5=B0=8F=E5=A4=A9?= <1638245306@qq.com> Date: Thu, 9 May 2024 11:20:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=9F=E8=83=BD=E5=8F=98=E5=8C=96:=20?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/system/personal/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/views/system/personal/index.vue b/web/src/views/system/personal/index.vue index 6eb76fd..05b5d12 100644 --- a/web/src/views/system/personal/index.vue +++ b/web/src/views/system/personal/index.vue @@ -331,7 +331,6 @@ const passwordRules = reactive({ * 重新设置密码 */ const settingPassword = () => { - console.log(Md5.hashStr('admin123456')) userPasswordFormRef.value.validate((valid) => { if (valid) { api.UpdatePassword(userPasswordInfo).then((res: any) => {