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.
@@ -3715,7 +3715,7 @@
3715
3715
  * @return {?}
3716
3716
  */
3717
3717
  function (ele) { return !ele.url.includes(_this.singleReuseUrls[singleIdx_1]); }));
3718
- this.keepAlive.clearCache(url);
3718
+ this.keepAlive.clearCache(this.urlWithoutQuery(url));
3719
3719
  this.drawer.deleteCache(url);
3720
3720
  }
3721
3721
  this.addTab(url, title);
@@ -3779,7 +3779,7 @@
3779
3779
  * @return {?}
3780
3780
  */
3781
3781
  function (url) {
3782
- this.keepAlive.clearCache(url); // 调用自定义策略的清除缓存方法
3782
+ this.keepAlive.clearCache(this.urlWithoutQuery(url)); // 调用自定义策略的清除缓存方法
3783
3783
  this.drawer.deleteCache(url);
3784
3784
  };
3785
3785
  /**