You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @galaxyCSS. In order to facilitate location and troubleshooting, we need you to provide a realistic GitHub repository.
您好 @galaxyCSS, 为了方便定位和排查问题,我们需要您提供一个重现实例,请提供一个尽可能精简的 GitHub 仓库地址。
Since the issue was labeled with Need Reproduction, but no response in 7 days. This issue will be close. If you have any questions, you can comment and reply.
由于该 issue 被标记为需要可复现步骤,却 7 天未收到回应。现关闭 issue,若有任何问题,可评论回复。
问题描述
复现步骤
主应用在window上添加对象,主应用发送全局数据
const fdapi = new DigitalTwinPlayer(host, options).getAPI() window.fdapi = fdapi localStorage.setItem('fdapi', JSON.stringify({ fdapi })) microApp.setGlobalData({ fdapi }, () => { console.log('数据发送完成') })
子应用获取这个对象
let fdapi = window.rawWindow.fdapi console.log(fdapi)
const dataListener = (data) => { console.log(fdapi) }
查看对象的marker对象发现和不使用框架获取的对象里的键值不一样
上传截图
复现仓库
环境信息
The text was updated successfully, but these errors were encountered: