|
|
@ -149,8 +149,8 @@ export const useWebSocketStore = defineStore({ |
|
|
|
saveEchartsDataToLocal( |
|
|
|
moment().utcOffset(8).format('HH:mm'), |
|
|
|
[temp_1, humid_1, h2o2_1, saturation_1], |
|
|
|
[temp_2, humid_2, h2o2_2, saturation_1], |
|
|
|
[temp_3, humid_3, h2o2_3, saturation_1], |
|
|
|
[temp_2, humid_2, h2o2_2, saturation_2], |
|
|
|
[temp_3, humid_3, h2o2_3, saturation_3], |
|
|
|
) |
|
|
|
echartsStore.updateBinCharts( |
|
|
|
JSON.parse(localStorage.getItem('bin')), |
|
|
@ -340,8 +340,8 @@ export const useWebSocketStore = defineStore({ |
|
|
|
saveEchartsDataToLocal( |
|
|
|
moment().utcOffset(8).format('HH:mm'), |
|
|
|
[temp_1, humid_1, h2o2_1, saturation_1], |
|
|
|
[temp_2, humid_2, h2o2_2, saturation_1], |
|
|
|
[temp_3, humid_3, h2o2_3, saturation_1], |
|
|
|
[temp_2, humid_2, h2o2_2, saturation_2], |
|
|
|
[temp_3, humid_3, h2o2_3, saturation_3], |
|
|
|
) |
|
|
|
echartsStore.updateBinCharts( |
|
|
|
JSON.parse(localStorage.getItem('bin')), |
|
|
|