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.js
CHANGED
@@ -17923,7 +17923,7 @@ var NavBack$1 = memo(NavBack);
|
|
17923
17923
|
* @Author: binruan@chatlabs.com
|
17924
17924
|
* @Date: 2024-03-20 10:27:31
|
17925
17925
|
* @LastEditors: binruan@chatlabs.com
|
17926
|
-
* @LastEditTime:
|
17926
|
+
* @LastEditTime: 2025-01-03 17:10:56
|
17927
17927
|
* @FilePath: \pb-sxp-ui\src\core\components\SxpPageRender\index.tsx
|
17928
17928
|
*
|
17929
17929
|
*/
|
@@ -18048,7 +18048,7 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
|
|
18048
18048
|
skipLinkRef.current = false;
|
18049
18049
|
}
|
18050
18050
|
// 页面可见时触发,注意页面初始化时不会触发
|
18051
|
-
refreshFeSession === null || refreshFeSession === void 0 ? void 0 : refreshFeSession(false
|
18051
|
+
refreshFeSession === null || refreshFeSession === void 0 ? void 0 : refreshFeSession(false);
|
18052
18052
|
handleH5EnterLink();
|
18053
18053
|
if (repCond) {
|
18054
18054
|
SXP_EVENT_BUS.emit(SXP_EVENT_TYPE.PAGE_DID_SHOW, item);
|