vue中嵌套iframe,將要嵌套的文件放在static下面。src可使用相對路徑,也可以使用服務器根路徑http:localhost:8088/…html
<iframe src="../../static/plusPro.html" width="1200" height="300" frameborder="0" scrolling="auto"style="position:absolute;top: -300px;left: 0px;"></iframe>