guanchunjie vor 3 Jahren
Ursprung
Commit
4411500ca4
1 geänderte Dateien mit 1 neuen und 11 gelöschten Zeilen
  1. 1 11
      src/components/inputModules/common/Header.vue

+ 1 - 11
src/components/inputModules/common/Header.vue

@@ -284,17 +284,7 @@ export default {
     if (config) {
       _this.configInfor = JSON.parse(config);
     }
-    let SysList = getSession("SysList");
-    if (!SysList) {
-      _this.getChildSysList();
-    } else {
-      _this.projectList = SysList;
-      _this.projectList.forEach((item, index) => {
-        if (item.key == "GCLS-Book") {
-          _this.LoginNavIndex = index;
-        }
-      });
-    }
+    _this.getChildSysList();
   },
   mounted() {
     let _this = this;