forked from drone/command-center-dashboard

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