优化无人机直播设备sn不同步问题

main
刘妍 5 days ago
parent 36886b0d82
commit 0e3bef1200

@ -159,6 +159,7 @@
});
const startTid = buildGUID();
const startLiveFun = () => {
liveCode.value = uav.sn;
const querys = {
bid: buildGUID(),
method: 'live_start_push',

@ -212,6 +212,7 @@
const startTid = buildGUID();
const liveStreaming = () => {
createMessage.info('正在开启负载直播,请稍后');
liveCode.value = uav.sn;
const querys = {
bid: buildGUID(),
method: 'live_start_push',

Loading…
Cancel
Save