From 8470cd86d8c53a94e15bcb307978070edabdd978 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Fri, 21 Mar 2025 05:03:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:debug=E9=BB=98=E8=AE=A4false?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/useSystemStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/useSystemStore.ts b/src/stores/useSystemStore.ts index 77ee27d..503205e 100644 --- a/src/stores/useSystemStore.ts +++ b/src/stores/useSystemStore.ts @@ -16,7 +16,7 @@ export const useSystemStore = defineStore('system', { systemSensor: { humidity: 0, }, - isDebug: true, + isDebug: false, streamVisible: false, systemList: [{ cmdCode: '' }], }),