Browse Source

fix: root router config fixed (#5389)

pull/5390/head
Netfan 1 year ago
committed by GitHub
parent
commit
5965755caa
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      apps/web-antd/src/router/routes/core.ts
  2. 3
      apps/web-ele/src/router/routes/core.ts
  3. 3
      apps/web-naive/src/router/routes/core.ts
  4. 3
      playground/src/router/routes/core.ts

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

@ -29,9 +29,6 @@ const coreRoutes: RouteRecordRaw[] = [
{
component: BasicLayout,
meta: {
hideInBreadcrumb: true,
hideInMenu: true,
hideInTab: true,
title: 'Root',
},
name: 'Root',

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

@ -29,9 +29,6 @@ const coreRoutes: RouteRecordRaw[] = [
{
component: BasicLayout,
meta: {
hideInBreadcrumb: true,
hideInMenu: true,
hideInTab: true,
title: 'Root',
},
name: 'Root',

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

@ -29,9 +29,6 @@ const coreRoutes: RouteRecordRaw[] = [
{
component: BasicLayout,
meta: {
hideInBreadcrumb: true,
hideInMenu: true,
hideInTab: true,
title: 'Root',
},
name: 'Root',

3
playground/src/router/routes/core.ts

@ -29,9 +29,6 @@ const coreRoutes: RouteRecordRaw[] = [
{
component: BasicLayout,
meta: {
hideInBreadcrumb: true,
hideInMenu: true,
hideInTab: true,
title: 'Root',
},
name: 'Root',

Loading…
Cancel
Save