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.
@@ -2179,7 +2179,7 @@
2179
2179
  if (_this.noGenerateTabUrls.includes(_this.router.url)) {
2180
2180
  return; // 排除不生成tab的url
2181
2181
  }
2182
- if (_this.tabList.length === 0 && !state) {
2182
+ if (_this.tabList.length === 0) {
2183
2183
  title = sessionStorage.getItem("firstTabTitle");
2184
2184
  sessionStorage.removeItem("firstTabTitle");
2185
2185
  }