From 0b7c9314e45db48af881a1333e2bc9c5280d6517 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Mon, 12 May 2025 01:23:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=B3=BB=E7=BB=9F=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96=E8=BF=9B=E5=BA=A6=E6=9D=A11?= 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 1feb441..096fda3 100644 --- a/src/app.vue +++ b/src/app.vue @@ -8,7 +8,7 @@ const systemStore = useSystemStore() onMounted(async () => { const res = await getStatus() console.log(res) - // systemStore.updateSystemStatus(res) + systemStore.updateSystemStatus(res) startProgress() })