🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# api.openFrame ``` api.openFrame({ name: 'my_helper_frm', url: 'my_helper_frm.html', rect:{x:0, y:headerPos.h, w:'auto', h:body_h - headerPos.h}, vScrollBarEnabled: false, hScrollBarEnabled: false }); ```