diff --git a/js/common.js b/js/common.js index 63deb25..8897eda 100644 --- a/js/common.js +++ b/js/common.js @@ -63,6 +63,8 @@ function $ajaxget(url, data) { resolve(data) }) .catch(error => { + console.log("resolve", resolve) + if (error.response?.status == 401) openShowWindow() resolve("") })