seimin 2 years ago
parent
commit
a443ee7456
1 changed files with 1 additions and 1 deletions
  1. 1 1
      assets/js/config.router.js

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

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