浏览代码

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;