From e602e7229a696cf50bc9e9e971a2d8f40ea9017a Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 10 Apr 2025 18:06:38 +0800
Subject: [PATCH] feat: 修改首页机场详情样式效果

---
 src/store/modules/home.js |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/store/modules/home.js b/src/store/modules/home.js
index 0c96d8c..e39501a 100644
--- a/src/store/modules/home.js
+++ b/src/store/modules/home.js
@@ -1,17 +1,16 @@
-import { set } from 'lodash'
 import { EDeviceTypeName } from '@/utils/staticData/enums'
 import { getStore, setStore } from '@/utils/store'
 
 const home = {
   state: {
-    machineNestDetail: false, // 机巢详情
+    machineNestDetail: false, // 机巢长列表
+		isEventOverviewDetail: false,//是事件概述详情
 		// 用户行政区划中心点
 		userAreaPosition: getStore({ name: 'userAreaPosition' }) || {},
 		// 用户切换后行政区划中心点
 		currentAreaPosition:getStore({ name: 'currentAreaPosition' }) || {},
     singleUavHome: {},
 		footActiveIndex: 0,
-		isEventOverviewDetail: false,//是事件概述详情
     singleTotal: {}, // 统计单个机巢数据
     // 项目id
     selectedWorkSpaceId: window.localStorage.getItem('bs_workspace_id'),

--
Gitblit v1.9.3