diff --git a/src/views/index.vue b/src/views/index.vue index 772b860..96dc9bf 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -317,13 +317,14 @@ export default { this.leftList[index1].list.push(el) } }) - } else { - this.leftList.forEach((el1, index1) => { - if (el1.name == '生态气象站') { - this.leftList[index1].list.push(el) - } - }) } + // else if (el.deviceName == 30) { + // this.leftList.forEach((el1, index1) => { + // if (el1.name == '生态气象站') { + // this.leftList[index1].list.push(el) + // } + // }) + // } }) this.api.geteqetdata(userInfo.userid).then((res) => { if (res.data.code == 200) {