|
|
@ -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秒检查一次
|
|
|
|
}
|
|
|
|
}
|
|
|
|