forked from drone/command-center-dashboard

shuishen
2025-04-19 51d46cac5a8b0c039066b4bb951bbf2614b6ec80
feat:丢失字段补充
1 files modified
3 ■■■■ changed files
src/components/CurrentTaskDetails/CurrentTaskDetails.vue 3 ●●●● patch | view | raw | blame | history
src/components/CurrentTaskDetails/CurrentTaskDetails.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2025-04-19 13:13:15
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2025-04-19 15:04:15
 * @LastEditTime: 2025-04-19 15:07:04
 * @FilePath: \command-center-dashboard\src\components\CurrentTaskDetails\CurrentTaskDetails.vue
 * @Description: 
 * 
@@ -71,6 +71,7 @@
const currentLiveUrl = ref('') // 当前直播地址
const isTakeOff = ref(false) // 是在飞行中
const isMaxMap = ref(false) //是大地图
const client_id = ref('') //是大地图
// 获取机巢直播
const getDeviceLiveUrl = async () => {