keevo-components 1.5.168 → 1.5.169
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2970,9 +2970,9 @@ class MenuComponent {
|
|
|
2970
2970
|
this.configurarLicencas();
|
|
2971
2971
|
this.router.events.subscribe((event) => {
|
|
2972
2972
|
if (event instanceof NavigationEnd) {
|
|
2973
|
-
console.log('Evento de navegação:', event);
|
|
2973
|
+
// console.log('Evento de navegação:', event);
|
|
2974
2974
|
this.breadCrumbItems = this.getBreadcrumbs(event.url);
|
|
2975
|
-
console.log("breadCrumbItems ->", this.breadCrumbItems);
|
|
2975
|
+
// console.log("breadCrumbItems ->", this.breadCrumbItems);
|
|
2976
2976
|
}
|
|
2977
2977
|
});
|
|
2978
2978
|
this.heigthCard = Number(document.getElementById('page-content')?.offsetHeight);
|
|
@@ -3033,9 +3033,9 @@ class MenuComponent {
|
|
|
3033
3033
|
this.menus =
|
|
3034
3034
|
this.menuCompleto.find((x) => x.sistema.idsistema == idsistema)?.menus ||
|
|
3035
3035
|
[];
|
|
3036
|
-
console.log(this.menus, 'menus')
|
|
3037
|
-
console.log(this.menuCompleto, 'menuCompleto')
|
|
3038
|
-
console.log(this.menus[0].menupai, 'menupai')
|
|
3036
|
+
// console.log(this.menus, 'menus')
|
|
3037
|
+
// console.log(this.menuCompleto, 'menuCompleto')
|
|
3038
|
+
// console.log(this.menus[0].menupai, 'menupai')
|
|
3039
3039
|
if (this.menus[0].menupai) {
|
|
3040
3040
|
var filhos = this.retornarMenuFilhos(this.menus[0].idsistema, this.menus[0].idmenu);
|
|
3041
3041
|
if (filhos != undefined)
|