mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-18 16:39:28 +00:00
[Update] 修改工单
This commit is contained in:
@@ -126,7 +126,7 @@ function handleProgressBar() {
|
||||
progressBarRef.attr('aria-valuenow', offset);
|
||||
}
|
||||
|
||||
function cancelLoginConfirmTicket() {
|
||||
function cancelTicket() {
|
||||
requestApi({
|
||||
url: url,
|
||||
method: "DELETE",
|
||||
@@ -144,7 +144,7 @@ function setCloseConfirm() {
|
||||
return 'Confirm';
|
||||
};
|
||||
window.onunload = function (e) {
|
||||
cancelLoginConfirmTicket();
|
||||
cancelTicket();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user