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
             "login_requester",
104
             "login_requester",
105
             JSON.stringify(res.data.data.requester)
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
         } else {
108
         } else {
114
           that
109
           that
115
             .$createDialog({
110
             .$createDialog({