From 669a325fc5cb1e9fcfdc2d2f8642763966338cd0 Mon Sep 17 00:00:00 2001 From: lixuliang <lixuliang_hd@126.com> Date: 星期四, 29 八月 2024 18:01:48 +0800 Subject: [PATCH] se-ui --- se-ui/src/components/Breadcrumb/index.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/se-ui/src/components/Breadcrumb/index.vue b/se-ui/src/components/Breadcrumb/index.vue index 1696f54..a13b7b0 100644 --- a/se-ui/src/components/Breadcrumb/index.vue +++ b/se-ui/src/components/Breadcrumb/index.vue @@ -35,10 +35,12 @@ const first = matched[0] if (!this.isDashboard(first)) { - matched = [{ path: '/index', meta: { title: '棣栭〉' }}].concat(matched) + // matched = [{ path: '/index', meta: { title: '棣栭〉' }}].concat(matched) } this.levelList = matched.filter(item => item.meta && item.meta.title && item.meta.breadcrumb !== false) + + }, isDashboard(route) { const name = route && route.name -- Gitblit v1.9.3