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.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-
|
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(
|
18103
|
+
const isExpire = refreshFeSession === null || refreshFeSession === void 0 ? void 0 : refreshFeSession(false, handleSessionCompleted);
|
18104
18104
|
if (!isExpire)
|
18105
18105
|
handleSessionCompleted();
|
18106
18106
|
}
|