feat[Breadcrumb]: add hide Breadcrumb option

This commit is contained in:
Pan
2019-01-01 23:21:32 +08:00
parent cc94b62282
commit 5b792c6fe0
2 changed files with 3 additions and 2 deletions

View File

@@ -18,7 +18,8 @@ import Layout from '../views/layout/Layout'
* name:'router-name' the name is used by <keep-alive> (must set!!!)
* meta : {
title: 'title' the name show in submenu and breadcrumb (recommend set)
icon: 'svg-name' the icon show in the sidebar,
icon: 'svg-name' the icon show in the sidebar
breadcrumb: false if false, the item will hidden in breadcrumb(default is true)
}
**/
export const constantRouterMap = [