Commit d94ceb4fedc3e0421f87e8d3f2d964d95573236b
1 parent
231582eb
去除点播界面双loading
Showing
1 changed file
with
1 additions
and
1 deletions
web_src/src/components/channelList.vue
| ... | ... | @@ -32,7 +32,7 @@ |
| 32 | 32 | <el-button v-if="!showTree" icon="iconfont icon-tree" circle size="mini" @click="switchTree()"></el-button> |
| 33 | 33 | </div> |
| 34 | 34 | </div> |
| 35 | - <devicePlayer ref="devicePlayer" v-loading="isLoging"></devicePlayer> | |
| 35 | + <devicePlayer ref="devicePlayer" ></devicePlayer> | |
| 36 | 36 | <el-container v-loading="isLoging" style="height: 82vh;"> |
| 37 | 37 | <el-aside width="auto" style="height: 82vh; background-color: #ffffff; overflow: auto" v-if="showTree" > |
| 38 | 38 | <DeviceTree ref="deviceTree" :device="device" :onlyCatalog="true" :clickEvent="treeNodeClickEvent" ></DeviceTree> | ... | ... |