ngx-sp-infra 6.0.10 → 6.0.11

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.
@@ -6310,10 +6310,10 @@ class GrupoContabilAbasComponent {
6310
6310
  }
6311
6311
  ngOnInit() {
6312
6312
  if (window.location.host.includes("localhost")) {
6313
- this.linksList.push({ nome: 'Grupo Contabil', uri: `http://${window.location.host}/grupo-contabil/editar/${this.Id}`, isTargetSelf: true }, { nome: 'Dados Compras', uri: `http://${window.location.host}/SpCopConfiguracoes/GrpContabil/editar/${this.Id}`, isTargetSelf: false });
6313
+ this.linksList.push({ nome: 'Grupo contabil', uri: `http://${window.location.host}/grupo-contabil/editar/${this.Id}`, isTargetSelf: true }, { nome: 'Dados compras', uri: `http://${window.location.host}/grupo-contabil/editar/${this.Id}`, isTargetSelf: false });
6314
6314
  }
6315
6315
  else {
6316
- this.linksList.push({ nome: 'Grupo Contabil', uri: `https://${window.location.host}/SisproErpCloud/Corporativo/grupo-contabil/editar/${this.Id}`, isTargetSelf: true }, { nome: 'Dados Compras', uri: `https://${window.location.host}/SisproErpCloud/Compras/SpCopConfiguracoes/GrpContabil/editar/${this.Id}`, isTargetSelf: false });
6316
+ this.linksList.push({ nome: 'Grupo contabil', uri: `https://${window.location.host}/SisproErpCloud/Corporativo/grupo-contabil/editar/${this.Id}`, isTargetSelf: true }, { nome: 'Dados compras', uri: `https://${window.location.host}/SisproErpCloud/Compras/grupo-contabil/editar/${this.Id}`, isTargetSelf: false });
6317
6317
  }
6318
6318
  this.activeItem = this.router.url;
6319
6319
  }