raise-common-lib 0.0.174 → 0.0.175

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.
@@ -3524,7 +3524,16 @@ var MultiTabComponent = /** @class */ (function () {
3524
3524
  * @return {?}
3525
3525
  */
3526
3526
  function () {
3527
- _this.router.navigateByUrl(url);
3527
+ _this.keepAlive.clearCache(url);
3528
+ _this.drawer.deleteCache(url);
3529
+ _this.router
3530
+ .navigateByUrl("/", { skipLocationChange: true })
3531
+ .then((/**
3532
+ * @return {?}
3533
+ */
3534
+ function () {
3535
+ _this.router.navigateByUrl(url); // 重新导航到当前 URL
3536
+ }));
3528
3537
  }), 30);
3529
3538
  }
3530
3539
  else {