fix: 优化左侧菜单和header逻辑
This commit is contained in:
@@ -370,7 +370,7 @@
|
||||
},
|
||||
jumpToProject(p) {
|
||||
this.currentProject = p;
|
||||
|
||||
this.$store.commit("currentProjectChange", p);
|
||||
this.activeItemIndex = p.id;
|
||||
this.jumpTo('/project');
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user