From ac0cd006719a2db71625610460f6537c15eaa9f4 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期五, 05 九月 2025 13:33:52 +0800 Subject: [PATCH] 打包配置 --- src/components/Breadcrumb/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/Breadcrumb/index.vue b/src/components/Breadcrumb/index.vue index c13e5e9..88935d3 100644 --- a/src/components/Breadcrumb/index.vue +++ b/src/components/Breadcrumb/index.vue @@ -34,7 +34,7 @@ } // 鍒ゆ柇鏄惁涓洪椤� if (!isDashboard(matched[0])) { - matched = [{ path: "/index", meta: { title: "棣栭〉" } }].concat(matched) + matched = [{ path: "/index", meta: { title: "鐢熶骇鎶ヨ〃" } }].concat(matched) } levelList.value = matched.filter(item => item.meta && item.meta.title && item.meta.breadcrumb !== false) } -- Gitblit v1.9.3