马宇豪
2023-09-08 0b25ddd8815f90a3f16c7900c624823298c7c0b0
src/components/Breadcrumb/index.vue
@@ -35,9 +35,8 @@
      const first = matched[0]
      if (!this.isDashboard(first)) {
        matched = [{ path: '/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)
    },
    isDashboard(route) {