01 2021 档案
摘要:#父页面 运行端口:8080 <template> <div> <el-button @click="open()">发送消息给子页面</el-button> </div> </template> <script> export default{ name:'Opener', data(){ ret
阅读全文
posted @ 2021-01-05 09:10
奕为
摘要:父页面 父页面运行在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
奕为

浙公网安备 33010602011771号