|
@@ -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;
|