| | |
| | | }, |
| | | { |
| | | 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: '日计划' |
| | | }, |
| | | { |
| | |
| | | console.log(state.globalisLogin, '全局登录状态改变了') |
| | | }, |
| | | setWebsocketData(state, data) { |
| | | console.log(data,'data-----') |
| | | state.websocketData = data |
| | | }, |
| | | // 改变重连状态 |
| | |
| | | commit('getBunkerList',res.data) |
| | | }) |
| | | }, |
| | | }, |
| | | getters:{ |
| | | websocketData:(state) => state.websocketData |
| | | |
| | | } |
| | | }) |
| | | |