seimin 3 年 前
コミット
5fc3f98c88
共有1 個のファイルを変更した1 個の追加6 個の削除を含む
  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({