剔除不上线内容

This commit is contained in:
aixianling
2021-12-24 21:20:52 +08:00
parent c83aaf23f4
commit e4c29dd14e
100 changed files with 109 additions and 1497 deletions

View File

@@ -2,7 +2,7 @@
<div class="onlineList">
<div class="record">
<div class="item" v-for="(item, index) in list" :key="index">
<img src="./img/bigHorn-lb@2x.png" alt="">
<img src="img/bigHorn-lb@2x.png" alt="">
<div class="info">
<p>{{ item.deviceName }}</p>
<span>{{ item.areaName }}</span>
@@ -47,7 +47,7 @@ export default {
this.getList()
},
onShow() {
document.title = '在线设备'
document.title = '在线设备'
},
}
</script>