|
@@ -15,9 +15,18 @@
|
|
|
</div>
|
|
|
<div class="fixed-sidebar">
|
|
|
<BorderBox8 :reverse="true" class="upper-part">
|
|
|
- <el-button v-for="(button, index) in buttons" :key="index" style="margin: 20px 0 30px 20px;display: block" @click="openRegionDrawer(button)">
|
|
|
- {{ button.text }}
|
|
|
- </el-button>
|
|
|
+ <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>
|
|
|
+
|
|
|
+<!-- <el-button style="margin: 20px 0 30px 20px;display: block;width: 250px;height: 500px" >-->
|
|
|
+<!-- -->
|
|
|
+<!-- 路灯控制总端-->
|
|
|
+<!-- </el-button>-->
|
|
|
+<!-- <el-button v-for="(button, index) in buttons" :key="index" style="margin: 20px 0 30px 20px;display: block" @click="openRegionDrawer(button)">-->
|
|
|
+<!-- {{ button.text }}-->
|
|
|
+<!-- </el-button>-->
|
|
|
<!-- 上部分内容 -->
|
|
|
</BorderBox8>
|
|
|
<BorderBox8 class="lower-part">
|
|
@@ -533,10 +542,6 @@ const save = () => {
|
|
|
console.log(regionData.value)
|
|
|
saveData(regionData.value)
|
|
|
}
|
|
|
-// 定时查询
|
|
|
-setInterval(() => {
|
|
|
- getData()
|
|
|
-}, 300000);
|
|
|
|
|
|
onMounted(() => {
|
|
|
getData()
|