| | |
| | | <RealTimeMap :class="`${isMaxMap ? 'maxBox' : 'minBox'}`" /> |
| | | <TaskDetailsRight v-if="isAutoControl" /> |
| | | <template v-else> |
| | | <TaskDetailsHead /> |
| | | <TaskDetailsLeft /> |
| | | |
| | | </template> |
| | | <TaskDetailsHead /> |
| | | <TaskDetailsLeft /> |
| | | |
| | | <!-- 控制面板,里面有方法需要立即执行,不可用v-if --> |
| | | <ControlPanel v-show="!isAutoControl" /> |
| | |
| | | } |
| | | |
| | | const getAiLiveUrl = ()=>{ |
| | | const res = getLiveAiLinkApi({ original_stream_url: `${CURRENT_CONFIG.rtmpURL}${video_id}`, video_id }) |
| | | const res = getLiveAiLinkApi({ original_stream_url: `${CURRENT_CONFIG.rtmpURL}${video_id.value}`, video_id:video_id.value }) |
| | | currentLiveUrl.value = res.data.data.rtcs_url |
| | | isAiLive.value = true |
| | | } |