From 53bcb7e5dffa071d2c6593f5db7f0b6e4e2f8dfe Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Wed, 18 Oct 2023 16:17:02 +0800
Subject: [PATCH] 隐藏重复定时和连续执行
---
src/store/index.ts | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/store/index.ts b/src/store/index.ts
index 024d468..0c1c5d0 100644
--- a/src/store/index.ts
+++ b/src/store/index.ts
@@ -77,7 +77,10 @@
visible: false,
gateway_sn: '',
is_dock: false,
- payloads: null
+ payloads: null,
+ device_domain: '',
+ device_sub_type: '',
+ device_type: ''
} as OSDVisible,
waylineInfo: {
--
Gitblit v1.9.3