raise-common-lib 0.0.144 → 0.0.145

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.
@@ -3522,7 +3522,7 @@ var MultiTabComponent = /** @class */ (function () {
3522
3522
  * @return {?}
3523
3523
  */
3524
3524
  function (ele) { return !ele.url.includes(_this.singleReuseUrls[singleIdx_1]); }));
3525
- this.keepAlive.clearCache(url);
3525
+ this.keepAlive.clearCache(this.urlWithoutQuery(url));
3526
3526
  this.drawer.deleteCache(url);
3527
3527
  }
3528
3528
  this.addTab(url, title);
@@ -3586,7 +3586,7 @@ var MultiTabComponent = /** @class */ (function () {
3586
3586
  * @return {?}
3587
3587
  */
3588
3588
  function (url) {
3589
- this.keepAlive.clearCache(url); // 调用自定义策略的清除缓存方法
3589
+ this.keepAlive.clearCache(this.urlWithoutQuery(url)); // 调用自定义策略的清除缓存方法
3590
3590
  this.drawer.deleteCache(url);
3591
3591
  };
3592
3592
  /**