UNPKG

@tb-app/web-view

Version:

实现webview与淘宝小程序之间的通信

9 lines (8 loc) 192 B
/** * 跳转到指定 tabBar 页面,并关闭其他所有非 tabBar 页面 */ export default function switchTab(options: { url: string; }): Promise<{ success: boolean; }>;