From 34fed8a47f42c69c9c865a840e48839513d078df Mon Sep 17 00:00:00 2001 From: guoapeng Date: Fri, 1 Aug 2025 14:37:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8E=A5=E5=8F=A3=E8=B0=83=E7=94=A8?= =?UTF-8?q?=E5=BB=B6=E5=90=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.vue b/src/app.vue index 831d980..ff9c695 100644 --- a/src/app.vue +++ b/src/app.vue @@ -7,11 +7,11 @@ import { onBeforeUnmount, onMounted, ref } from 'vue' const systemStore = useSystemStore() onMounted(async () => { + startProgress() const res = await getStatus() // console.log(res) // console.log(systemStore.systemStatus) systemStore.updateSystemStatus(res) - startProgress() }) socket.init((data: System.SystemStatus) => {