From 8b85040d9522ec80e82e8a2dea17f39b6de343f1 Mon Sep 17 00:00:00 2001 From: guoshilong <123456> Date: Mon, 09 Oct 2023 09:39:37 +0800 Subject: [PATCH] 计划库查询时间默认前三天到后三天 --- src/api/wayline.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/api/wayline.ts b/src/api/wayline.ts index 4e5750d..8021fa3 100644 --- a/src/api/wayline.ts +++ b/src/api/wayline.ts @@ -76,7 +76,7 @@ rth_altitude: number // 相对机场返航高度 20 - 500 out_of_control_action: OutOfControlAction // 失控动作 - //重复规则值 + // 重复规则值 rep_rule_val?:[] } // 新增计划 -- Gitblit v1.9.3