From 5ff9fcadb380b34ffcb84cfa76dd100e39145561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAPTOP-S9HJSOEB=5C=E6=98=8A=E5=A4=A9?= Date: Thu, 30 Nov 2023 13:56:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9=E4=B8=80=E5=BC=A0=E7=85=A7?= =?UTF-8?q?=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/historyCheck/index.vue | 1 - src/views/index.vue | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/historyCheck/index.vue b/src/views/historyCheck/index.vue index 5b6b275..39cfa91 100644 --- a/src/views/historyCheck/index.vue +++ b/src/views/historyCheck/index.vue @@ -108,7 +108,6 @@ - diff --git a/src/views/index.vue b/src/views/index.vue index 0e51e03..aa1a8b4 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -39,6 +39,7 @@ export default { * @param route 当前路由信息 */ processBread(route) { + // 筛选出有name和unfold属性的路由 this.breadcrumbList = route.matched.filter((el, index) => { return el.name && (el.meta.unfold || index); });