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/common.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/store/common.ts b/src/store/common.ts
index 566b858..c3ebb0c 100644
--- a/src/store/common.ts
+++ b/src/store/common.ts
@@ -11,7 +11,7 @@
mode: 0, // 0为标准地图, 1为卫星地图
roadLine: true,
},
- droneControlSource: ControlSource.A
+ droneControlSource: ''
})
export type RootStateType = ReturnType<typeof state>
const mutations: MutationTree<RootStateType> = {
--
Gitblit v1.9.3