From 9a0876466b8d98816294f2cae5f564b2e69972ef Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期五, 05 七月 2024 11:14:54 +0800
Subject: [PATCH] feat:提煤单详情去除通知bar

---
 store/index.js |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/store/index.js b/store/index.js
index 17ed592..00dcf55 100644
--- a/store/index.js
+++ b/store/index.js
@@ -87,8 +87,8 @@
 	},
 	{
 		pagePath: 'pages/loadUnload-page/orderPlanList/index',
-		iconPath: '../../static/tabBar-icon/Gmine10.png',
-		selectedIconPath: '../../static/tabBar-icon/Bmine57.png',
+		iconPath:  '../../static/tabBar-icon/statistics.png',
+		selectedIconPath: '../../static/tabBar-icon/statisticsactive.png',
 		text: '鏃ヨ鍒�'	
 	},
 	{
@@ -267,6 +267,7 @@
 			console.log(state.globalisLogin, '鍏ㄥ眬鐧诲綍鐘舵�佹敼鍙樹簡')
 		},
 		setWebsocketData(state, data) {
+			console.log(data,'data-----')
 			state.websocketData = data
 		},
 		// 鏀瑰彉閲嶈繛鐘舵��
@@ -469,6 +470,10 @@
 				commit('getBunkerList',res.data)
 			})
 		},
+	},
+	getters:{
+		websocketData:(state) => state.websocketData
+
 	}
 })
 

--
Gitblit v1.9.1