随笔分类 - Vue
摘要:父页面 父页面运行在8080端口,通过iframe标签引用子页面,通过postMessage发送消息给iframe中的子页面。 <template> <div class="hello"> <iframe id="iframe" src="http://10.10.30.5:8081" style=
阅读全文
posted @ 2021-01-04 16:27
奕为