吴学文
2019-07-10 4ee6445f67bbb56caa2b2f981afce6e87cc602af
WebService/src/main/resources/components/breadcrumb/breadcrumb.js
@@ -34,12 +34,12 @@
                                    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;
                            }
                        }
@@ -49,7 +49,7 @@
                                parentPageName: "首页",
                                pageName: _tmpMenus[menuIndex].name
                            };
                            vm.breadCrumbs.push(_tmpBreadCrumbInf);
                            this.breadCrumbs.push(_tmpBreadCrumbInf);
                        }
                    }
                }