Skip to content

Commit

Permalink
fix: root router config fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetfan committed Jan 14, 2025
1 parent 1ad5456 commit 19b5185
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions apps/web-antd/src/router/routes/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ const coreRoutes: RouteRecordRaw[] = [
{
component: BasicLayout,
meta: {
hideInBreadcrumb: true,
hideInMenu: true,
hideInTab: true,
title: 'Root',
},
name: 'Root',
Expand Down
3 changes: 0 additions & 3 deletions apps/web-ele/src/router/routes/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ const coreRoutes: RouteRecordRaw[] = [
{
component: BasicLayout,
meta: {
hideInBreadcrumb: true,
hideInMenu: true,
hideInTab: true,
title: 'Root',
},
name: 'Root',
Expand Down
3 changes: 0 additions & 3 deletions apps/web-naive/src/router/routes/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ const coreRoutes: RouteRecordRaw[] = [
{
component: BasicLayout,
meta: {
hideInBreadcrumb: true,
hideInMenu: true,
hideInTab: true,
title: 'Root',
},
name: 'Root',
Expand Down
3 changes: 0 additions & 3 deletions playground/src/router/routes/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ const coreRoutes: RouteRecordRaw[] = [
{
component: BasicLayout,
meta: {
hideInBreadcrumb: true,
hideInMenu: true,
hideInTab: true,
title: 'Root',
},
name: 'Root',
Expand Down

0 comments on commit 19b5185

Please sign in to comment.