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