From 54849757852f6ab40eb17afbd03d1d839b60a38d Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 13 Nov 2023 17:09:15 +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