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/pb-ui.js
CHANGED
@@ -17938,7 +17938,7 @@ Made in Italy` })));
|
|
17938
17938
|
* @Author: binruan@chatlabs.com
|
17939
17939
|
* @Date: 2024-03-20 10:27:31
|
17940
17940
|
* @LastEditors: binruan@chatlabs.com
|
17941
|
-
* @LastEditTime:
|
17941
|
+
* @LastEditTime: 2025-01-03 17:10:56
|
17942
17942
|
* @FilePath: \pb-sxp-ui\src\core\components\SxpPageRender\index.tsx
|
17943
17943
|
*
|
17944
17944
|
*/
|
@@ -18063,7 +18063,7 @@ Made in Italy` })));
|
|
18063
18063
|
skipLinkRef.current = false;
|
18064
18064
|
}
|
18065
18065
|
// 页面可见时触发,注意页面初始化时不会触发
|
18066
|
-
refreshFeSession === null || refreshFeSession === void 0 ? void 0 : refreshFeSession(false
|
18066
|
+
refreshFeSession === null || refreshFeSession === void 0 ? void 0 : refreshFeSession(false);
|
18067
18067
|
handleH5EnterLink();
|
18068
18068
|
if (repCond) {
|
18069
18069
|
SXP_EVENT_BUS.emit(SXP_EVENT_TYPE.PAGE_DID_SHOW, item);
|