seimin 3 years ago
parent
commit
5fc3f98c88
1 changed files with 1 additions and 6 deletions
  1. 1 6
      src/views/Login.vue

+ 1 - 6
src/views/Login.vue

@@ -104,12 +104,7 @@ export default {
104 104
             "login_requester",
105 105
             JSON.stringify(res.data.data.requester)
106 106
           );
107
-          if (this.isSSo) {
108
-            location.href =
109
-              "http://" + location.host + "/serviceApp/#/main/indes";
110
-          } else {
111
-            this.$router.push({ path: "/main" });
112
-          }
107
+          this.$router.push({ path: "/main" });
113 108
         } else {
114 109
           that
115 110
             .$createDialog({