tnx-shared 5.1.73 → 5.1.74

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.
@@ -42174,7 +42174,8 @@
42174
42174
  this.bounceNoti = false;
42175
42175
  };
42176
42176
  TnAppNotificationComponent.prototype.handleClicked = function () {
42177
- this._router.navigate(["user/managemant-notification"]);
42177
+ var domain = this.environment.clientDomain.thongbaoDomain;
42178
+ this._router.navigate([domain + "/thongbao-chuadoc"]);
42178
42179
  };
42179
42180
  return TnAppNotificationComponent;
42180
42181
  }(ComponentBase));