소스 검색

fix: 恢复home.ts的title字段,修复buildHierarchyTree处理无title路由导致的运行时crash

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
skyline 2 주 전
부모
커밋
50f3d05910
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      haha-admin-web/src/router/modules/home.ts

+ 1 - 0
haha-admin-web/src/router/modules/home.ts

@@ -5,6 +5,7 @@ export default {
   component: Layout,
   redirect: "/dashboard/index",
   meta: {
+    title: "首页",
     showLink: false
   }
 } satisfies RouteConfigsTable;