# pushAskAPP

更新相关配置后需要通知App端

# 参数代码示例

// 通知App更新配置
this.$bridge.pushAskAPP({
    type: 'refresh'
})
1
2
3
4