Shannon_mu hace 2 años
padre
commit
749f96d738
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      operationSupport/src/utils/http.js

+ 1 - 1
operationSupport/src/utils/http.js

@@ -77,7 +77,7 @@ http.interceptors.response.use(
                         showClose: false
                     })
                         .then(() => {
-                            window.open(config.baseUrl, '_self');
+                            window.open(config.loginUrl, '_self');
                             window.relogin = false;
                             localStorage.removeItem('SC_token');
                             sessionStorage.removeItem("tabs");