# goToMeijuPageWithUrl 跳转 APP 内部页面

# Attributes

属性 类型 必要 默认值 说明
url String Y -

# 调用示例

//H5页面跳转APP内的weex页面
window.bridge.goToMeijuPageWithUrl({
  url: "midea-overseas://com.midea.overseas/main?type=jumpWeex&weexJS=helpcenter/problemDetail.js&problemTypeIndex=2&from=energy",
});
//H5页面跳转H5页面(新开一个页面,保留当前)
window.bridge.goToMeijuPageWithUrl({
  url: "midea-overseas://com.midea.overseas/main?type=jumpWebView&url=http://xxxxx",
});

# 接口返回示例