ZaiZai 2 lat temu
rodzic
commit
6af436366f
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      src/views/home/index.vue

+ 3 - 0
src/views/home/index.vue

@@ -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>