mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-09 13:53:38 +08:00
chore: update
This commit is contained in:
@@ -59,10 +59,10 @@ const getBreadcrumb = (): void => {
|
||||
}
|
||||
|
||||
matched.forEach((item, index) => {
|
||||
if (currentRoute.query || currentRoute.params) return;
|
||||
if (currentRoute?.query || currentRoute?.params) return;
|
||||
if (item?.children) {
|
||||
item.children.forEach(v => {
|
||||
if (v.meta.title === item.meta.title) {
|
||||
if (v?.meta?.title === item?.meta?.title) {
|
||||
matched.splice(index, 1);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user