fix: 优化左侧菜单和header逻辑

This commit is contained in:
chenjinsong
2020-08-06 18:20:26 +08:00
parent 4644030c6e
commit b37cc09787

View File

@@ -370,7 +370,7 @@
},
jumpToProject(p) {
this.currentProject = p;
this.$store.commit("currentProjectChange", p);
this.activeItemIndex = p.id;
this.jumpTo('/project');
},