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/pb-ui.js
CHANGED
@@ -17979,7 +17979,7 @@ Made in Italy` })));
|
|
17979
17979
|
* @Author: binruan@chatlabs.com
|
17980
17980
|
* @Date: 2024-03-20 10:27:31
|
17981
17981
|
* @LastEditors: binruan@chatlabs.com
|
17982
|
-
* @LastEditTime: 2024-12-
|
17982
|
+
* @LastEditTime: 2024-12-18 10:24:20
|
17983
17983
|
* @FilePath: \pb-sxp-ui\src\core\components\SxpPageRender\index.tsx
|
17984
17984
|
*
|
17985
17985
|
*/
|
@@ -18093,7 +18093,7 @@ Made in Italy` })));
|
|
18093
18093
|
handleReportProductView(item);
|
18094
18094
|
}
|
18095
18095
|
if ((globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.playbook) !== 'organic menu' || activeIndex !== 0 || channel) {
|
18096
|
-
const isExpire = refreshFeSession === null || refreshFeSession === void 0 ? void 0 : refreshFeSession(
|
18096
|
+
const isExpire = refreshFeSession === null || refreshFeSession === void 0 ? void 0 : refreshFeSession(false, handleSessionCompleted);
|
18097
18097
|
if (!isExpire)
|
18098
18098
|
handleSessionCompleted();
|
18099
18099
|
}
|