Compare commits

..

No commits in common. "7402397d1321371255fd58c885a5f4584c1b0bea" and "16d2b0b4edf5d8a7d628f082db60d652afd83795" have entirely different histories.

2 changed files with 2 additions and 32 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 994 KiB

View File

@ -1,7 +1,5 @@
<template>
<div class="home">
<div class="park" @click="handlerOther">{{other_show ? '后退':'园区简介'}}</div>
<div class="other" v-show="other_show"></div>
<div class="kuang">
<div class="title">温室智慧云数据统计</div>
<!-- <div class="auto_play">
@ -412,7 +410,6 @@ export default {
},
data() {
return {
other_show:false,
list: [],
device_item_current: 0,
menu_current: false,
@ -891,10 +888,6 @@ export default {
clearInterval(this.timer_) && this.timer_;
},
methods: {
handlerOther(){
this.other_show = !this.other_show
},
// id
dataInit(userid, limitUserId) {
this.api.Bigdata_getAllControl(userid).then((res) => {
@ -927,8 +920,8 @@ export default {
this.getWeatherData(2023042214250027);
} else if (limitUserId == 2) {
//
this.get_weather_echart_data(2023072517320001);
this.get_thisWeekTemperature_echart_data(2023072517320001);
this.get_weather_echart_data(2023112911050004);
this.get_thisWeekTemperature_echart_data(2023112911050004);
this.get_environmentData(2023112911050004);
this.get_readControl_getState(2023112911050004);
this.getWeatherData(2023112911050004);
@ -1433,29 +1426,6 @@ export default {
padding-bottom: 0.1rem;
position: relative;
.park{
position: absolute;
top: .2rem;
right: .65rem;
z-index: 99999;
color: #fff;
font-size: .2rem;
font-family: Microsoft YaHei;
font-weight: bold;
color: #7ABAFF;
}
.other{
width: 100%;
height: 100%;
position: fixed;
top: -2px;
left: 0;
z-index: 9999;
background: url('../../assets/img/map2.jpg') center no-repeat;
background-size: 100% 100%;
}
.kuang {
width: 100%;
height: 100%;