Skip to content

Commit 5965755

Browse files
authored
fix: root router config fixed (#5389)
1 parent 1ad5456 commit 5965755

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

apps/web-antd/src/router/routes/core.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ const coreRoutes: RouteRecordRaw[] = [
2929
{
3030
component: BasicLayout,
3131
meta: {
32-
hideInBreadcrumb: true,
33-
hideInMenu: true,
34-
hideInTab: true,
3532
title: 'Root',
3633
},
3734
name: 'Root',

apps/web-ele/src/router/routes/core.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ const coreRoutes: RouteRecordRaw[] = [
2929
{
3030
component: BasicLayout,
3131
meta: {
32-
hideInBreadcrumb: true,
33-
hideInMenu: true,
34-
hideInTab: true,
3532
title: 'Root',
3633
},
3734
name: 'Root',

apps/web-naive/src/router/routes/core.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ const coreRoutes: RouteRecordRaw[] = [
2929
{
3030
component: BasicLayout,
3131
meta: {
32-
hideInBreadcrumb: true,
33-
hideInMenu: true,
34-
hideInTab: true,
3532
title: 'Root',
3633
},
3734
name: 'Root',

playground/src/router/routes/core.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ const coreRoutes: RouteRecordRaw[] = [
2929
{
3030
component: BasicLayout,
3131
meta: {
32-
hideInBreadcrumb: true,
33-
hideInMenu: true,
34-
hideInTab: true,
3532
title: 'Root',
3633
},
3734
name: 'Root',

0 commit comments

Comments
 (0)