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

+ 1 - 6
src/views/Login.vue

@@ -129,12 +129,7 @@ export default {
129 129
                     "ifCreate",
130 130
                     JSON.stringify(ifCreate)
131 131
                   );
132
-                  if (this.isSSo) {
133
-                    location.href =
134
-                      "http://" + location.host + "/req/#/main/indes";
135
-                  } else {
136
-                    this.$router.push({ path: "/main" });
137
-                  }
132
+                  this.$router.push({ path: "/main" });
138 133
                 }
139 134
               });
140 135
           }