pb-sxp-ui 1.13.4 → 1.13.5
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 +2 -2
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +2 -2
- 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 +3 -3
- 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
@@ -17945,7 +17945,7 @@ var NavBack$1 = React.memo(NavBack);
|
|
17945
17945
|
* @Author: binruan@chatlabs.com
|
17946
17946
|
* @Date: 2024-03-20 10:27:31
|
17947
17947
|
* @LastEditors: binruan@chatlabs.com
|
17948
|
-
* @LastEditTime:
|
17948
|
+
* @LastEditTime: 2025-01-03 17:10:56
|
17949
17949
|
* @FilePath: \pb-sxp-ui\src\core\components\SxpPageRender\index.tsx
|
17950
17950
|
*
|
17951
17951
|
*/
|
@@ -18070,7 +18070,7 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
|
|
18070
18070
|
skipLinkRef.current = false;
|
18071
18071
|
}
|
18072
18072
|
// 页面可见时触发,注意页面初始化时不会触发
|
18073
|
-
refreshFeSession === null || refreshFeSession === void 0 ? void 0 : refreshFeSession(false
|
18073
|
+
refreshFeSession === null || refreshFeSession === void 0 ? void 0 : refreshFeSession(false);
|
18074
18074
|
handleH5EnterLink();
|
18075
18075
|
if (repCond) {
|
18076
18076
|
SXP_EVENT_BUS.emit(SXP_EVENT_TYPE.PAGE_DID_SHOW, item);
|