From 31a8c876fc0363e4535346f84b3cfd08f79dc0e3 Mon Sep 17 00:00:00 2001 From: Hans Date: Thu, 6 Feb 2025 16:14:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Web/src/layout/lockScreen/?= =?UTF-8?q?index.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除调试代码 --- Web/src/layout/lockScreen/index.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/Web/src/layout/lockScreen/index.vue b/Web/src/layout/lockScreen/index.vue index 90b0141e..43bc9d6f 100644 --- a/Web/src/layout/lockScreen/index.vue +++ b/Web/src/layout/lockScreen/index.vue @@ -217,10 +217,8 @@ const onLockScreenSubmit = async () => { setLocalThemeConfig(); return; } - console.log('userInfos', userInfos); // SM2加密密码 const publicKey = window.__env__.VITE_SM_PUBLIC_KEY; - console.log('publicKey', publicKey); const password = sm2.doEncrypt(state.lockScreenPassword, publicKey, 1); const [err, res] = await feature(getAPI(SysAuthApi).apiSysAuthUnLockScreenPost(password)); if (err) {