@@ -43,6 +43,9 @@
<el-main>
<div class="content_top" />
<index-vue v-if="menuKey === 'view'" />
+ <div v-if="menuKey === 'model'" style="height: calc(100% - 17px);">
+ <iframe width="100%" height="100%" frameborder="0" style="margin-top: 10px" src="http://192.168.0.109:5179/" />
+ </div>
</el-main>
</el-container>
</div>