| | |
| | | parentPageName: "", |
| | | pageName: _tmpMenus[menuIndex].name |
| | | }; |
| | | vm.breadCrumbInfo.breadCrumbs.push(_tmpBreadCrumbInf); |
| | | this.breadCrumbs.push(_tmpBreadCrumbInf); |
| | | _tmpBreadCrumbInf = { |
| | | parentPageName: _tmpMenus[menuIndex].name, |
| | | pageName: _childs[_childIndex].name |
| | | }; |
| | | vm.breadCrumbs.push(_tmpBreadCrumbInf); |
| | | this.breadCrumbs.push(_tmpBreadCrumbInf); |
| | | break; |
| | | } |
| | | } |
| | |
| | | parentPageName: "首页", |
| | | pageName: _tmpMenus[menuIndex].name |
| | | }; |
| | | vm.breadCrumbs.push(_tmpBreadCrumbInf); |
| | | this.breadCrumbs.push(_tmpBreadCrumbInf); |
| | | } |
| | | } |
| | | } |