feat:ueky拔出退出登录

new-rd20250506
wangxy 1 month ago
parent 576ace34db
commit e4a2441f50

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

Loading…
Cancel
Save