fix: hide root route in breadcrumb

This commit is contained in:
Netfan 2025-01-14 17:51:39 +08:00
parent e1c503e51e
commit 76c4aa2c55
4 changed files with 4 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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