diff --git a/js/common.js b/js/common.js index 07bc8f3..cf6975f 100644 --- a/js/common.js +++ b/js/common.js @@ -63,8 +63,8 @@ function $ajaxget(url, data) { resolve(data) }) .catch(error => { - if (error.response?.status == 401) openShowWindow() reject(error) + if (error.response?.status == 401) openShowWindow() }) }) }