dedsudiyu 9 ay önce
ebeveyn
işleme
e564e62839

+ 1 - 1
pages_manage/views/emergencyEvacuationBig.vue

@@ -766,11 +766,11 @@
 						list.push(self.trumpetList[i].deviceNo)
 					}
 				}
-				console.log(text)
 				let obj = {
 					deviceNo: list.join(','),
 					voiceUrls: text,
 					cycle: 1,
+					level:1000,
 				}
 				const {
 					data

+ 1 - 1
pages_manage/views/laboratory/voiceBroadcast.vue

@@ -232,11 +232,11 @@
 					list.push(self.trumpetList[i].deviceNo)
 				}
 			  }
-			  console.log(text)
 			  let obj={
 				  deviceNo:list.join(','),
 				  voiceUrls:text,
 				  cycle:1,
+					level:1000,
 			  }
 			  const {data} = await iotAppSpeakerPlayVoice(obj)
 			  if (data.code == 200) {