From bdc6d8733ae6eeb3a9762e77dbabe21441336474 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Thu, 13 Mar 2025 17:20:36 +0800
Subject: [PATCH] 更新分享
---
src/views/DronePilotList.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/views/DronePilotList.vue b/src/views/DronePilotList.vue
index 46b74a7..d83fb70 100644
--- a/src/views/DronePilotList.vue
+++ b/src/views/DronePilotList.vue
@@ -84,6 +84,8 @@
// 前端自己加的判断
window.sessionStorage.setItem('domain', JSON.stringify(droneOrPilotTxt.value == 'drone'? 0 : 2));
store.commit('SET_OSD_VISIBLE_INFO', osdVisible)
+ // 存储机场信息
+ store.commit('SET_AIRPORT_INFO', data)
// 跳转操作屏幕
root.$router.push({ path:ERouterName.DRONEPILOTDETAILS })
}
--
Gitblit v1.9.3