mirror of https://github.com/jumpserver/jumpserver
fix: 登录复合浏览器不兼容
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