forked from drone/command-center-dashboard

罗广辉
2025-03-30 f02122892ee506d6955eba4aac8ddee53a5194fc
src/layout/Header.vue
@@ -60,7 +60,6 @@
  rightList.value.forEach(item => {
    item.active = item.path === path;
  });
  console.log(path);
  // 跳转到指定页面
  router.push(path);
};