// 关闭 像父级派发 页面 export const iframeExitMes = () => { window.parent.postMessage( { api: "iframe_exit" }, "*" ) }