# connectExternalApplication

连接外部应用程序

# 接口调用示例

this.$bridge.connectExternalApplication().then(res => {
    console.log(res)
})
1
2
3