Skip to content

mdly.onAppShow(function listener)

监听应用切前台事件。

提示

如果不在微前端环境内,什么都不处理。

兼容性

微应用iframe
✔︎

示例

ts
mdly.onAppShow(function () {
  console.log('应用显示了')
})