From 14cc5d32ca8964486ec789d89c5b3ead4ac341de Mon Sep 17 00:00:00 2001 From: mmc <1556375442@qq.com> Date: Thu, 12 Mar 2026 08:56:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9B=B4=E6=96=B0=E5=93=A6?= =?UTF-8?q?=E5=91=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/features/home/presentation/widgets/map/testmap_pages.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/features/home/presentation/widgets/map/testmap_pages.dart b/lib/features/home/presentation/widgets/map/testmap_pages.dart index 942e730b..ef5c0a67 100644 --- a/lib/features/home/presentation/widgets/map/testmap_pages.dart +++ b/lib/features/home/presentation/widgets/map/testmap_pages.dart @@ -773,6 +773,8 @@ class _MapPageEnterpriseState extends State { _robotModeWgsPoints.clear(); _isWorkAreaCompleted = false; _saveBoxOpen = false; + _showControlModeWarn = false; + _showHeadingWarn = false; // 重置面板状态 _isPanelOpen = false;