Browse Source

修改登录

Shannon_mu 2 years ago
parent
commit
749f96d738
1 changed files with 1 additions and 1 deletions
  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");