birt
2025-04-13 9888eb4278a2c74f8533b468bba958cfffb7b125
zhitan-vue/src/components/TopNav/index.vue
@@ -167,12 +167,7 @@
    return;
  } 
  
  if (key === '/index' || key === '/') {
    // 首页时显示折叠的侧边栏,而不是隐藏
    router.push({ path: key });
    appStore.showCollapsedSidebar();
    return;
  }
  
  // 检查是否有子路由
  if (route && route.children && route.children.length > 0) {
@@ -258,11 +253,7 @@
function activeRoutes(key) {
  let routes = [];
  if (key === '/index' || key === '/') {
    // 首页时显示折叠的侧边栏,而不是隐藏
    appStore.showCollapsedSidebar();
    return [];
  }
  
  // 查找匹配的路由
  if (childrenMenus.value && childrenMenus.value.length > 0) {