Bläddra i källkod

监控中心更改名称

limeng 2 år sedan
förälder
incheckning
25f744d362
1 ändrade filer med 9 tillägg och 2 borttagningar
  1. 9 2
      src/views/monitor.vue

+ 9 - 2
src/views/monitor.vue

@@ -30,14 +30,14 @@
                   <div class="icon icon-dot"></div>
                   <div class="icon-text">
                     <h6>0</h6>
-                    <h5>传感器</h5>
+                    <h5>监测设备</h5>
                   </div>
                 </div>
                 <div class="icon-con w-33 m-btm-no">
                   <div class="icon icon-dot"></div>
                   <div class="icon-text">
                     <h6>0</h6>
-                    <h5>大喇叭</h5>
+                    <h5>云广播</h5>
                   </div>
                 </div>
               </div>
@@ -225,7 +225,10 @@ export default {
     /** ----------------------------------底部按钮公用组件结束------------------------------------- */
   },
   mounted() {
+    //查询摄像头数据
     this.selectDeviceType(-1)
+    //查询传感器数据
+    //查询云广播数据
     this.selectKeyAreaList()
     this.bottomMenuList() //获取底部公共组件消息和任务
     this.getTreeselect()
@@ -749,6 +752,10 @@ export default {
         }
       })
     },
+    //查询监测设备List
+    selectMonitoringEquipmentList(){
+
+    },
     dropLocation(lat, lng, index) {
       this.listCurrentIndex2 = index
       this.$refs.supermap.dropLocation(lat, lng)