From 2671888e8977e3e84d29130f32f113bb8154d8e5 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期一, 02 九月 2024 11:26:38 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.11.205:9000/r/se-cloud

---
 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