feat:ueky拔出退出登录

hangao-ukey
wangxy 2 months ago
parent cb0825483d
commit bbd6f8df42

@ -432,10 +432,15 @@ if(isWay==1) {
// 清除定时器 // 清除定时器
clearInterval(ukeyCheckInterval); clearInterval(ukeyCheckInterval);
// 显示警告通知 // 显示警告通知
//$.modal.alertWarning("UKey设备未插入", function () { layer.confirm("检测到UKey已拔出系统将自动退出", {
// 跳转到登出页面 icon: 0,
title: "安全提示",
btn: ['确认'],
offset: ['30%']
}, function (index) {
location.href = ctx + 'logout'; location.href = ctx + 'logout';
//}); layer.close(index);
});
} }
}, 10000); // 每10秒检查一次 }, 10000); // 每10秒检查一次
} }

Loading…
Cancel
Save