|
@@ -15,9 +15,10 @@
|
|
|
</div>
|
|
|
<div class="fixed-sidebar">
|
|
|
<BorderBox8 :reverse="true" class="upper-part">
|
|
|
- <div style="width: 100%;height: 100%;text-align: center">
|
|
|
- <img src="/src/static/logo1.png" alt="Map" style="width: 200px;height: 200px;margin: 40px 0 0 20%;" @click="openRegionDrawer('生活区')"/>
|
|
|
- <div style="color:white;font-weight: 600">龙弛智控</div>
|
|
|
+ <div style="width: 100%;height: 70%;text-align: center; border: 2px solid white" @click="openRegionDrawer('生活区')">
|
|
|
+ <div style="color:white;font-weight: 600;font-size: 40px;padding: 100px 0 300px 0">路灯控制策略</div>
|
|
|
+ <img src="/src/static/logo1.png" alt="Map" style="width: 200px;height: 200px;margin: 250px 0 0 20%;" />
|
|
|
+ <div style="color:white;font-weight: 600;font-size: 40px">龙弛智慧</div>
|
|
|
</div>
|
|
|
|
|
|
<!-- <el-button style="margin: 20px 0 30px 20px;display: block;width: 250px;height: 500px" >-->
|
|
@@ -28,8 +29,6 @@
|
|
|
<!-- {{ button.text }}-->
|
|
|
<!-- </el-button>-->
|
|
|
<!-- 上部分内容 -->
|
|
|
- </BorderBox8>
|
|
|
- <BorderBox8 class="lower-part">
|
|
|
<!-- 下部分内容 -->
|
|
|
<div v-for="device in sunDevices" class="sun_info">
|
|
|
<div>
|
|
@@ -225,13 +224,6 @@ import {GLTFLoader} from "three/addons/loaders/GLTFLoader.js";
|
|
|
|
|
|
const buttons = ref([
|
|
|
{ text: '生活区', initialLeft: 500, initialTop: 1800 },
|
|
|
- { text: '股份公司进场上坡', initialLeft: 500, initialTop: 1550 },
|
|
|
- { text: '地磅房至污泥厂门口', initialLeft: 1150, initialTop: 1500 },
|
|
|
- { text: '三角花园至油库', initialLeft: 1500, initialTop: 1250 },
|
|
|
- { text: '地磅房至搅拌站', initialLeft: 950, initialTop: 1900 },
|
|
|
- { text: '搅拌站至三岔路口', initialLeft: 2100, initialTop: 1200 },
|
|
|
- { text: '垃圾堆体道路', initialLeft: 2300, initialTop: 600 },
|
|
|
- { text: '污水进场道路', initialLeft: 2200, initialTop: 300 }
|
|
|
]);
|
|
|
|
|
|
const regionData = ref()
|
|
@@ -449,7 +441,6 @@ const switchDevice = async(val, state) => {
|
|
|
for (let i = 0; i < val.deviceLoops.length; i++) {
|
|
|
val.deviceLoops[i].state = state
|
|
|
}
|
|
|
- save()
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -478,7 +469,7 @@ const batchDeviceSwitch = async (state) => {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- save()
|
|
|
+ // location.reload()
|
|
|
} else {
|
|
|
ElMessage.error(res.msg)
|
|
|
}
|
|
@@ -539,8 +530,8 @@ const openLoopTiming = ref(false)
|
|
|
const save = () => {
|
|
|
openLoopTiming.value = false
|
|
|
openDeviceTiming.value = false
|
|
|
- console.log(regionData.value)
|
|
|
saveData(regionData.value)
|
|
|
+ getData()
|
|
|
}
|
|
|
|
|
|
onMounted(() => {
|