diff --git a/nezha-fronted/src/components/common/header.vue b/nezha-fronted/src/components/common/header.vue index b05d21993..9f4715dd5 100644 --- a/nezha-fronted/src/components/common/header.vue +++ b/nezha-fronted/src/components/common/header.vue @@ -370,7 +370,7 @@ }, jumpToProject(p) { this.currentProject = p; - + this.$store.commit("currentProjectChange", p); this.activeItemIndex = p.id; this.jumpTo('/project'); },