导航栏-修复

main
ysn 6 days ago
parent 5b82abf4a7
commit 91fedc0d8a
  1. 2
      src/components/Breadcrumb/index.vue

@ -47,7 +47,7 @@ export default {
}
//
if (!this.isDashboard(matched[0])) {
matched = [{ path: "/video/index", meta: { title: "视讯" } }].concat(matched)
matched = [{ path: "/index", meta: { title: "视讯" } }].concat(matched)
}
this.levelList = matched.filter(item => item.meta && item.meta.title && item.meta.breadcrumb !== false)
},

Loading…
Cancel
Save