From cbe582d4cee959967527148b1f15917b8194ed85 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期三, 03 七月 2024 16:05:59 +0800 Subject: [PATCH] fix:修改测试单若干bug --- 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