Merge branch 'main' of http://123.132.248.154:10000/gitY/LinYeFangHuo
commit
7ee0f9d2a5
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue