소스 검색

修改登录

Shannon_mu 2 년 전
부모
커밋
749f96d738
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
                         showClose: false
                     })
                     })
                         .then(() => {
                         .then(() => {
-                            window.open(config.baseUrl, '_self');
+                            window.open(config.loginUrl, '_self');
                             window.relogin = false;
                             window.relogin = false;
                             localStorage.removeItem('SC_token');
                             localStorage.removeItem('SC_token');
                             sessionStorage.removeItem("tabs");
                             sessionStorage.removeItem("tabs");