From 24a52bf51fec44a9606430eefe5cd8ce90a4f7ce Mon Sep 17 00:00:00 2001 From: zx <604444282@qq.com> Date: Mon, 20 Jun 2022 15:34:57 +0800 Subject: [PATCH] zx --- src/components/Layout/TagView/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/Layout/TagView/index.vue b/src/components/Layout/TagView/index.vue index 296e92b..174e568 100644 --- a/src/components/Layout/TagView/index.vue +++ b/src/components/Layout/TagView/index.vue @@ -63,7 +63,10 @@ export default defineComponent({ title: ele.meta.title, path: ele.path } - if(obj.path != '/' && obj.path != '/login') { + // if(obj.path != '/' && obj.path != '/login') { + // breadcrumbs.push(obj); + // } + if(obj.title) { breadcrumbs.push(obj); } })