项目代码/WMS/WIDESEA_WMSClient/src/api/http.js
@@ -221,7 +221,7 @@ } } } catch (error) { console.log(error); console.log(111); Message.error({ showClose: true, message: responseText, @@ -282,6 +282,7 @@ var xhr = createXHR(); xhr.onreadystatechange = function () { if (xhr.status == 403 || xhr.status == 401) { console.log(11) redirect(xhr.responseText); return; }