heyang 2 yıl önce
ebeveyn
işleme
407a9730cc

+ 7 - 7
pages/emergencyEvacuationBig.vue

@@ -425,7 +425,7 @@
 			},
 			//获取实验室摄像头
 			async laboratoryInfo(){
-				
+
 			  let _this = this;
 			  const {data} = await laboratoryInfo(_this.itemData.subjectId);
 			  if(data.code == 200){
@@ -436,9 +436,9 @@
 						 _this.videoHardwareNUM.push(item.hardwareNUM)
 					 }
 				 })
-				 
+
 				 this.getCameraByFloor();
-			 
+
 			  }
 			},
 			//获取楼层摄像头列表
@@ -458,8 +458,8 @@
 							}
 						}
 						console.log(list)
-					
-					
+
+
 						this.wenchangGetStartList(list);
 					}
 				}
@@ -480,7 +480,7 @@
 				if(data.code == 200){
                     let list = [];
                     for(let i=0;i<data.data.length;i++){
-                         let text = 'https://lab.sxitdlc.com/jinandaxue/stream/';
+                         let text = 'https://lab.sxitdlc.com/wenchang/stream/';
                         let url = data.data[i].result.body.data.hls;
                         url = url.split("rtp/");
                         let newUrl = text+'rtp/'+url[1];
@@ -650,7 +650,7 @@
 					  speed:"",
 					  params:{
 						tid:"",
-						vol:"",
+						vol:self.trumpetList[i].deviceVol,
 						urls:[]
 					  }
 					};

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

@@ -311,7 +311,7 @@ export default {
             speed:"",
             params:{
               tid:"",
-              vol:"",
+              vol:self.trumpetList[i].deviceVol,
               urls:[]
             }
           };