更新 Web/src/layout/lockScreen/index.vue

删除调试代码
This commit is contained in:
Hans 2025-02-06 16:14:56 +08:00
parent fe4300256f
commit 31a8c876fc

View File

@ -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) {