pb-sxp-ui 1.12.1 → 1.12.2

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.
package/dist/index.cjs CHANGED
@@ -17986,7 +17986,7 @@ var NavBack$1 = React.memo(NavBack);
17986
17986
  * @Author: binruan@chatlabs.com
17987
17987
  * @Date: 2024-03-20 10:27:31
17988
17988
  * @LastEditors: binruan@chatlabs.com
17989
- * @LastEditTime: 2024-12-17 19:01:02
17989
+ * @LastEditTime: 2024-12-18 10:24:20
17990
17990
  * @FilePath: \pb-sxp-ui\src\core\components\SxpPageRender\index.tsx
17991
17991
  *
17992
17992
  */
@@ -18100,7 +18100,7 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
18100
18100
  handleReportProductView(item);
18101
18101
  }
18102
18102
  if ((globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.playbook) !== 'organic menu' || activeIndex !== 0 || channel) {
18103
- const isExpire = refreshFeSession === null || refreshFeSession === void 0 ? void 0 : refreshFeSession(true, handleSessionCompleted);
18103
+ const isExpire = refreshFeSession === null || refreshFeSession === void 0 ? void 0 : refreshFeSession(false, handleSessionCompleted);
18104
18104
  if (!isExpire)
18105
18105
  handleSessionCompleted();
18106
18106
  }