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
@@ -134,7 +134,7 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
|
|
134
134
|
handleReportProductView(item);
|
135
135
|
}
|
136
136
|
if ((globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.playbook) !== 'organic menu' || activeIndex !== 0 || channel) {
|
137
|
-
const isExpire = refreshFeSession === null || refreshFeSession === void 0 ? void 0 : refreshFeSession(
|
137
|
+
const isExpire = refreshFeSession === null || refreshFeSession === void 0 ? void 0 : refreshFeSession(false, handleSessionCompleted);
|
138
138
|
if (!isExpire)
|
139
139
|
handleSessionCompleted();
|
140
140
|
}
|
@@ -137,7 +137,7 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
|
|
137
137
|
handleReportProductView(item);
|
138
138
|
}
|
139
139
|
if ((globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.playbook) !== 'organic menu' || activeIndex !== 0 || channel) {
|
140
|
-
const isExpire = refreshFeSession === null || refreshFeSession === void 0 ? void 0 : refreshFeSession(
|
140
|
+
const isExpire = refreshFeSession === null || refreshFeSession === void 0 ? void 0 : refreshFeSession(false, handleSessionCompleted);
|
141
141
|
if (!isExpire)
|
142
142
|
handleSessionCompleted();
|
143
143
|
}
|