heyang 2 anos atrás
pai
commit
4a8bcbbb7e

+ 1 - 1
api/request/config.js

@@ -9,7 +9,7 @@ const config = {
 	// base_url: 'https://demo.sxitdlc.com/xzgd/',
 
 	// base_url: 'https://lab.sxitdlc.com/labNhSystem/',//43服务器高升测试
-	 base_url: 'https://lab.sxitdlc.com/labAppTest',//43服务器线上
+	 base_url: 'https://lab.sxitdlc.com/labAppTest/',//43服务器线上
     // base_url: 'https://lab.sxitdlc.com/appTest/',//88服务器线上
 	// base_url: 'https://lab.sxitdlc.com/labSystem/', //矿大地址
 	// base_url: 'https://lab.sxitdlc.com/jdlabSystem/', //交大地址

+ 10 - 10
pages/alarmInfo/alarmInfo.vue

@@ -129,16 +129,16 @@
 			//点击选择喇叭
 			trumpetClick(index){
 				this.trumpetList[index].type = !this.trumpetList[index].type
-        let _this=this;
-        if(_this.trumpetList[index].type==true){
-          _this.trumpetList.forEach(function(item2) {
-            if(item2.deviceSn==_this.trumpetList[index].deviceSn){
-              item2.type=true
-            }else{
-              item2.type=false
-            }
-          })
-        }
+        // let _this=this;
+        // if(_this.trumpetList[index].type==true){
+        //   _this.trumpetList.forEach(function(item2) {
+        //     if(item2.deviceSn==_this.trumpetList[index].deviceSn){
+        //       item2.type=true
+        //     }else{
+        //       item2.type=false
+        //     }
+        //   })
+        // }
 			},
 			//录制
 			recordButton(e){

+ 2 - 2
pages/information/informationInfo.vue

@@ -9,13 +9,13 @@
                     <rich-text :nodes="item.meaasgeContext"></rich-text>
                 </view>
             </view>
-			<view class="for-info-box" v-if="itemData.isApply==-1">
+			<!-- <view class="for-info-box" v-if="itemData.isApply==-1">
 			    <view class="title-time">{{itemData.deptName}}</view>
 			    <view class="for-min-box">
 			        <view>通知</view>
 			        <rich-text :nodes="itemData.newMessage"></rich-text>
 			    </view>
-			</view>
+			</view> -->
             <view class="get-null-box" v-if="getData.nullDataType &&itemData.isApply!=-1">暂无更多数据</view>
         </scroll-view>
     </view>

+ 10 - 10
pages_manage/emergencyEvacuationBig.vue

@@ -793,16 +793,16 @@ export default {
     //点击选择喇叭
     trumpetClick(index) {
       this.trumpetList[index].type = !this.trumpetList[index].type
-      let _this = this;
-      if (_this.trumpetList[index].type == true) {
-        _this.trumpetList.forEach(function(item2) {
-          if (item2.deviceSn == _this.trumpetList[index].deviceSn) {
-            item2.type = true
-          } else {
-            item2.type = false
-          }
-        })
-      }
+      // let _this = this;
+      // if (_this.trumpetList[index].type == true) {
+      //   _this.trumpetList.forEach(function(item2) {
+      //     if (item2.deviceSn == _this.trumpetList[index].deviceSn) {
+      //       item2.type = true
+      //     } else {
+      //       item2.type = false
+      //     }
+      //   })
+      // }
     },
     //录制
     recordButton(e) {

+ 10 - 10
pages_manage/workbench/laboratory/monitor.vue

@@ -155,16 +155,16 @@ export default {
     //点击选择喇叭
     trumpetClick(index){
       this.trumpetList[index].type = !this.trumpetList[index].type
-      let _this=this;
-      if(_this.trumpetList[index].type==true){
-        _this.trumpetList.forEach(function(item2) {
-          if(item2.deviceSn==_this.trumpetList[index].deviceSn){
-            item2.type=true
-          }else{
-            item2.type=false
-          }
-        })
-	    }
+     //  let _this=this;
+     //  if(_this.trumpetList[index].type==true){
+     //    _this.trumpetList.forEach(function(item2) {
+     //      if(item2.deviceSn==_this.trumpetList[index].deviceSn){
+     //        item2.type=true
+     //      }else{
+     //        item2.type=false
+     //      }
+     //    })
+	    // }
     },
     //录制
     recordButton(e){