This commit is contained in:
Pan 2019-04-16 13:15:03 +08:00
parent da850a1ecc
commit 7c7f74d030
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ export default {
const first = matched[0]
if (first && first.name.trim().toLocaleLowerCase() !== 'Dashboard'.toLocaleLowerCase()) {
matched = [{ path: '/dashboard', meta: { title: 'dashboard' }}].concat(matched)
matched = [{ path: '/dashboard', meta: { title: 'Dashboard' }}].concat(matched)
}
this.levelList = matched.filter(item => item.meta && item.meta.title && item.meta.breadcrumb !== false)