This commit is contained in:
Jane 2023-12-26 08:52:58 +08:00
parent 83b0d6b92b
commit 2bc9479c26

View File

@ -1,6 +1,6 @@
<template> <template>
<div class="app-container"> <div class="app-container">
<iframe src="http://192.168.2.58:8000/model/modelChildren" width="100%" height="850px" frameborder="0" /> <iframe src="http://192.168.1.217:8001/model/modelChildren" width="100%" height="850px" frameborder="0" />
<!--<transition name="el-zoom-in-center"> <!--<transition name="el-zoom-in-center">
<data-model-list v-if="options.showList" @showCard="showCard" /> <data-model-list v-if="options.showList" @showCard="showCard" />
</transition> </transition>