diff --git a/js/common.js b/js/common.js index 244bf54..b7ac3c5 100644 --- a/js/common.js +++ b/js/common.js @@ -64,7 +64,7 @@ function $ajaxget(url, data) { }) .catch(error => { if (error.response?.status == 401) openShowWindow() - reject(error) + reject("") }) }) }