From a36f0b28b17238ae823513f0a5a2bd94fb78ad92 Mon Sep 17 00:00:00 2001 From: lixg Date: Fri, 24 Feb 2023 16:01:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=A2=9E=E5=8A=A0=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=9F=BA=E7=A1=80=E4=BF=A1=E6=81=AFmianbaoxie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BreadCrumb.vue | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/components/BreadCrumb.vue b/src/components/BreadCrumb.vue index 2e610bf3..931f533c 100644 --- a/src/components/BreadCrumb.vue +++ b/src/components/BreadCrumb.vue @@ -430,6 +430,20 @@ export default { }, ]; } + if ( + n.indexOf("/sonproject") !== -1 || + n.indexOf("/SonProject") !== -1 + ) { + state.list = [ + { + name: "项目", + href: "", + }, + { + name: "基础信息", + }, + ]; + } } );