From b0ae7ebfe5c2221e7f44dc8604e87aba0b0f9e5a Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Fri, 11 Apr 2025 14:17:15 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
src/store/modules/home.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/store/modules/home.js b/src/store/modules/home.js
index 0c96d8c..d68f039 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'),
@@ -75,6 +74,7 @@
window.localStorage.setItem('bs_osd', JSON.stringify(info))
},
setWsMessage: (state, data) => {
+ console.log(data, '看看值')
state.wsMessage = data.host;
},
setDeviceInfo: (state, data) => {
--
Gitblit v1.9.3