徐景良 2025-11-19 10:22:16 +08:00
commit 7ee0f9d2a5
1 changed files with 3 additions and 1 deletions

View File

@ -150,10 +150,11 @@
instantiateOptions.value = res.items;
});
};
const liveCode = ref('7');
const liveCode = ref(airPortStoreVal.getUAV.sn);
const live_info = airPortStoreVal.getLiveInfo;
const closeInspection = () => {};
const submit = () => {
liveCode.value = airPortStoreVal.getUAV.sn;
if (!instantiateItem.value.id) {
createMessage.warning('请选择AI算法实例');
return;
@ -172,6 +173,7 @@
rtmpUrl: live_info.rtmp + liveCode.value,
warningTitle: data.code,
warningContent: data.desc,
uavSn: airPortStoreVal.getUAV.sn,
};
callAiModel(querys).then((res) => {
console.log(res);