From 317a0ef359a6b456c10f9f22f5afcb810d2b3cb8 Mon Sep 17 00:00:00 2001 From: xufei <727302827@qq.com> Date: Thu, 2 Apr 2026 10:11:58 +0800 Subject: [PATCH] =?UTF-8?q?2026.4.2=20=E5=BE=85=E5=8A=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/home/home_page.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pages/home/home_page.dart b/lib/pages/home/home_page.dart index 552f6e0..441f60c 100644 --- a/lib/pages/home/home_page.dart +++ b/lib/pages/home/home_page.dart @@ -864,6 +864,7 @@ class HomePageState extends RouteAwareState case "消防检查": // await pushPage(FireManagementTabPage(), context); break; + case "口门门禁管理": case "一级口门管理": await pushPage(DoorcarTabPage(), context); break;