This commit is contained in:
花有清香月有阴
2022-02-18 11:14:23 +08:00
parent f448a9a12a
commit c7454c23b4
18 changed files with 12 additions and 12 deletions

View File

@@ -28,10 +28,10 @@
<div class="list-content">
<div class="item" v-for="(item, index) in list" :key="index" @click="showMonitor(item)">
<img class="img" :src="item.indexUrl" alt="" v-if="item.deviceStatus == 1" />
<img class="img" src="../../static/AppVideoSurve/offline.png" alt="" v-else />
<img class="img" src="https://cdn.cunwuyun.cn/dvcp/AppVideoSurve/offline.png" alt="" v-else />
<p>{{ item.name }}</p>
<img class="icon" src="../../static/AppVideoSurve/play-icon.png" alt="" v-if="item.deviceStatus == 1" />
<img class="icon" src="../../static/AppVideoSurve/not-play-icon.png" alt="" v-else />
<img class="icon" src="https://cdn.cunwuyun.cn/dvcp/AppVideoSurve/https://cdn.cunwuyun.cn/dvcp/AppVideoSurve" alt="" v-if="item.deviceStatus == 1" />
<img class="icon" src="https://cdn.cunwuyun.cn/dvcp/AppVideoSurve/not-https://cdn.cunwuyun.cn/dvcp/AppVideoSurve" alt="" v-else />
</div>
<AiEmpty v-if="!list.length" />
</div>