From bb9b31d8abc6578fa451cc545658115d0da4ff50 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Sat, 12 Apr 2025 13:36:09 +0800
Subject: [PATCH] feat: 更换返回按钮

---
 src/views/SignMachineNest/MachineLeft/MachineLeft.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/views/SignMachineNest/MachineLeft/MachineLeft.vue b/src/views/SignMachineNest/MachineLeft/MachineLeft.vue
index f746ffc..08fa7b8 100644
--- a/src/views/SignMachineNest/MachineLeft/MachineLeft.vue
+++ b/src/views/SignMachineNest/MachineLeft/MachineLeft.vue
@@ -5,7 +5,7 @@
     <!-- 机巢数据 -->
     <MachineData></MachineData>
     <div class="do-return" @click="goBack">
-      <img src="../../../assets/images/signMachineNest/return.png" alt="" />
+      <img src="../../../assets/images/return.png" alt="" />
     </div>
      <!--巡检任务详情-->
      <InspectionRaskDetails></InspectionRaskDetails>
@@ -24,6 +24,7 @@
 
 const goBack = () => {
   store.commit('setSingleUavHome', {});
+	store.commit('setFootActiveIndex', 0)
 };
 </script>
 
@@ -38,8 +39,8 @@
     right: -50px;
     cursor: pointer;
     img {
-      width: 40px;
-      height: 40px;
+     width: 60px;
+      height: 33px;
     }
   }
 }

--
Gitblit v1.9.3