diff --git a/src/app.vue b/src/app.vue index 5263ecf..1a9b861 100644 --- a/src/app.vue +++ b/src/app.vue @@ -14,6 +14,7 @@ onMounted(async () => { }) socket.init((data: System.SystemStatus) => { + console.log(data) systemStore.updateSystemStatus(data) }, 'status') diff --git a/src/components/home/AddLiquid/index.vue b/src/components/home/AddLiquid/index.vue index 9131b04..fc23519 100644 --- a/src/components/home/AddLiquid/index.vue +++ b/src/components/home/AddLiquid/index.vue @@ -1,4 +1,5 @@