yangan
2024-07-05 9a0876466b8d98816294f2cae5f564b2e69972ef
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
   }
})