改路由是不管用的,进入src->components->Breadcrumb->index.vue
修改这里if (!this.isDashboard(first)) {
matched = [{ path: '/dashboard', meta: { title: '首页' }}].concat(matched)
}