彭宇 2 роки тому
батько
коміт
51d34df8f3
1 змінених файлів з 4 додано та 4 видалено
  1. 4 4
      src/views/monitor.vue

+ 4 - 4
src/views/monitor.vue

@@ -35,7 +35,7 @@
                   <div class="icon icon-dot"></div>
                   <div class="icon-text">
                     <h6>{{ loudspeakerNum }}</h6>
-                    <h5>大喇叭</h5>
+                    <h5>云广播</h5>
                   </div>
                 </div>
               </div>
@@ -373,7 +373,7 @@
           this.deptOptions = response.data
         })
       },
-      jump() { // 跳转大喇叭页面
+      jump() { // 跳转云广播页面
         window.open("https://sts.sty1818.com");
       },
       // 筛选节点
@@ -415,7 +415,7 @@
         this.onShe = false
         this.onChuan = false
         this.localMark = 'la'
-        this.placeholderMsg = "请输入大喇叭名称"
+        this.placeholderMsg = "请输入云广播名称"
         this.deptId = Cookies.get("deptId")
         clearInterval(this.cgqTimer)
         this.getDlblistBydeptId()
@@ -440,7 +440,7 @@
           that.sensorNum = res.data.length
         })
       },
-      // 大喇叭
+      // 云广播
       getDlblistBydeptId() {
         let that = this;
         let markersList = [];