From 72b545a7fb7f17d2f0c107ce371c426ff249dc7b Mon Sep 17 00:00:00 2001 From: guoapeng Date: Sat, 17 May 2025 19:45:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E9=A6=96=E6=AC=A1=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E7=8A=B6=E6=80=81?= 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() })