husq
2023-09-19 490dfddd9ae4b68b0fe039c2ee151e9bd748775d
src/components/GMap.vue
@@ -917,10 +917,10 @@
    }
    // 下拉框选择变化
    const selectChange = async (e) => {
      await closeFly()
      setTimeout(async () => {
        await flyOnStart()
      }, 500)
      // await closeFly()
      // setTimeout(async () => {
      await flyOnStart()
      // }, 500)
    }
    // 关闭设备直播
    const onClose = async () => {
@@ -936,6 +936,7 @@
    }
    // 飞机设备播放
    const flyOnStart = async () => {
      aircraftUrl.value = ''
      const videoId = deviceInfo.dock.basic_osd?.sub_device?.device_sn + '/' + aircraSelected.value + '/' + 'normal-0'
      const streamId = deviceInfo.dock.basic_osd?.sub_device?.device_sn + '-' + aircraSelected.value + '-' + 'normal-0'
      const liveURL = config.rtmpURL + streamId