From 39747a03ff43680995107831f99f79287830a372 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Thu, 03 Apr 2025 14:35:50 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/drone/command-center-dashboard

---
 src/views/SignMachineNest/SignMachineNest.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/SignMachineNest/SignMachineNest.vue b/src/views/SignMachineNest/SignMachineNest.vue
index 859a9e2..e84a9fd 100644
--- a/src/views/SignMachineNest/SignMachineNest.vue
+++ b/src/views/SignMachineNest/SignMachineNest.vue
@@ -31,7 +31,6 @@
 
 const messageHandler = (result) => {
   let payload = JSON.parse(result) // 为了兼容聊天消息
-  // console.log('payload', payload)
   if (!payload) return
   switch (payload.biz_code) {
     case EBizCode.GatewayOsd: {
@@ -83,6 +82,8 @@
   getFlightStatistics(singleUavHome.value.device_sn).then(res => {
     if (res.data.code !== 0) return;
     const result = res.data.data;
+    console.log(result);
+    console.log(result);
     store.commit('setSingleTotal', result);
   })
 };
@@ -95,4 +96,4 @@
 onUnmounted(() => {
   connectWs?.value?.close();
 });
-</script>
\ No newline at end of file
+</script>

--
Gitblit v1.9.3