子传父(新打开一个页面)
window.parent.postMessage(
{
type: "iframe",
id: "abc_" + num,
title: tab_arr.get(type),
url:
"http://localhost:1234/index" +
"?tabname=aaa" +
"&x_token=" +
token,
},
"*"
);