raise-common-lib 0.0.45 → 0.0.46

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.
@@ -1984,7 +1984,7 @@ var MultiTabComponent = /** @class */ (function () {
1984
1984
  if (_this.noGenerateTabUrls.includes(_this.router.url)) {
1985
1985
  return; // 排除不生成tab的url
1986
1986
  }
1987
- if (_this.tabList.length === 0 && !state) {
1987
+ if (_this.tabList.length === 0) {
1988
1988
  title = sessionStorage.getItem("firstTabTitle");
1989
1989
  sessionStorage.removeItem("firstTabTitle");
1990
1990
  }