# jumpOtherPlugin 跳转到其他插件

# Attributes

属性 类型 必要 默认值 说明
cmdParamers Object Y -

# 调用示例

window.bridge.jumpOtherPlugin({
    key: 'value'
}, res => {
    console.log(res)
})

# callback

属性 类型 必要 默认值 说明
data Object Y -

# 接口返回示例

{}