seimin 2 년 전
부모
커밋
9db65d277a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      assets/js/config.router.js

+ 1 - 1
assets/js/config.router.js

@@ -35,7 +35,7 @@ app.config(['$authProvider', '$httpProvider', '$stateProvider', '$urlRouterProvi
35
                             function ($http,$state) {
35
                             function ($http,$state) {
36
                                 if(resp.status == 444){
36
                                 if(resp.status == 444){
37
                                     // $state.go('login.signin');
37
                                     // $state.go('login.signin');
38
-                                    if(window.location.hash !== '#/app/dashboard'){
38
+                                    if(window.location.hash !== '#/login/signin'){
39
                                         window.location.href = 'http://localhost:8080';
39
                                         window.location.href = 'http://localhost:8080';
40
                                     }
40
                                     }
41
                                 }
41
                                 }