Browse Source

修改页面

xu 2 weeks ago
parent
commit
d49291114f
3 changed files with 12 additions and 7 deletions
  1. 12 7
      src/App.vue
  2. BIN
      src/static/lc.png
  3. BIN
      src/static/logo1.png

+ 12 - 7
src/App.vue

@@ -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()

BIN
src/static/lc.png


BIN
src/static/logo1.png