raise-common-lib 0.0.140 → 0.0.141

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.
@@ -3555,12 +3555,14 @@
3555
3555
  this.addTab(url, title);
3556
3556
  }
3557
3557
  else {
3558
+ /** @type {?} */
3559
+ var pureUrl_1 = this.urlWithoutQuery(this.router.url);
3558
3560
  /** @type {?} */
3559
3561
  var target = this.flattenMenu.find((/**
3560
3562
  * @param {?} ele
3561
3563
  * @return {?}
3562
3564
  */
3563
- function (ele) { return ele.url === _this.router.url; }));
3565
+ function (ele) { return ele.url === pureUrl_1; }));
3564
3566
  if (target) {
3565
3567
  if (target.url !== this.defaultTabUrl) {
3566
3568
  /** @type {?} */