瀏覽代碼

登录失效

seimin 2 年之前
父節點
當前提交
00db37ae16
共有 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
-                                    window.location.href = '/';
38
+                                    window.location.href = 'http://localhost:8080';
39
                                 }
39
                                 }
40
                             }
40
                             }
41
                         ]);
41
                         ]);