|  | @@ -35,8 +35,8 @@ export default defineComponent({
 | 
											
												
													
														|  |      } as any
 |  |      } as any
 | 
											
												
													
														|  |      // 唤起直播间
 |  |      // 唤起直播间
 | 
											
												
													
														|  |      if (params.liveRoomId) {
 |  |      if (params.liveRoomId) {
 | 
											
												
													
														|  | -      query.params = {} as any
 |  | 
 | 
											
												
													
														|  | -      query.params.liveRoomId = params.liveRoomId
 |  | 
 | 
											
												
													
														|  | 
 |  | +      query.params = '' as any
 | 
											
												
													
														|  | 
 |  | +      query.params = JSON.stringify({ liveRoomId: params.liveRoomId })
 | 
											
												
													
														|  |      }
 |  |      }
 | 
											
												
													
														|  |      const iosStr = encodeURIComponent(JSON.stringify(query))
 |  |      const iosStr = encodeURIComponent(JSON.stringify(query))
 | 
											
												
													
														|  |      if (/(iPhone|iPad|iPod|iOS)/i.test(navigator.userAgent)) {
 |  |      if (/(iPhone|iPad|iPod|iOS)/i.test(navigator.userAgent)) {
 |