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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +1 -1
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/pb-ui.js +2 -2
- package/dist/pb-ui.js.map +1 -1
- package/dist/pb-ui.min.js +1 -1
- package/dist/pb-ui.min.js.map +1 -1
- package/es/core/components/SxpPageRender/index.js +1 -1
- package/lib/core/components/SxpPageRender/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -17964,7 +17964,7 @@ var NavBack$1 = memo(NavBack);
|
|
17964
17964
|
* @Author: binruan@chatlabs.com
|
17965
17965
|
* @Date: 2024-03-20 10:27:31
|
17966
17966
|
* @LastEditors: binruan@chatlabs.com
|
17967
|
-
* @LastEditTime: 2024-12-
|
17967
|
+
* @LastEditTime: 2024-12-18 10:24:20
|
17968
17968
|
* @FilePath: \pb-sxp-ui\src\core\components\SxpPageRender\index.tsx
|
17969
17969
|
*
|
17970
17970
|
*/
|
@@ -18078,7 +18078,7 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
|
|
18078
18078
|
handleReportProductView(item);
|
18079
18079
|
}
|
18080
18080
|
if ((globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.playbook) !== 'organic menu' || activeIndex !== 0 || channel) {
|
18081
|
-
const isExpire = refreshFeSession === null || refreshFeSession === void 0 ? void 0 : refreshFeSession(
|
18081
|
+
const isExpire = refreshFeSession === null || refreshFeSession === void 0 ? void 0 : refreshFeSession(false, handleSessionCompleted);
|
18082
18082
|
if (!isExpire)
|
18083
18083
|
handleSessionCompleted();
|
18084
18084
|
}
|