mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-03 00:15:20 +00:00
fix: 登录复合浏览器不兼容
This commit is contained in:
@@ -159,7 +159,9 @@ $(document).ready(function () {
|
||||
}).on('click', '.btn-return', function () {
|
||||
cancelTicket();
|
||||
cancelCloseConfirm();
|
||||
window.location = "{% url 'authentication:login' %}"
|
||||
setTimeout(() => {
|
||||
window.location = "{% url 'authentication:login' %}"
|
||||
}, 1000);
|
||||
})
|
||||
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user