From 2e6ca9d2efbf09fc7d2e0c7dad6af7bb4336b868 Mon Sep 17 00:00:00 2001 From: MeowLynxSea Date: Thu, 3 Jul 2025 13:00:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=BA=86=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=9A=84=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/home_page.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pages/home_page.dart b/lib/pages/home_page.dart index 6bfed04..e019f76 100644 --- a/lib/pages/home_page.dart +++ b/lib/pages/home_page.dart @@ -34,8 +34,8 @@ class _HomePageState extends State { @override Widget build(BuildContext context) { - carIpController.text = '192.168.137.34'; - cameraIpController.text = '192.168.137.121'; + carIpController.text = ''; + cameraIpController.text = ''; GlobalSettingState globalSettingState = context.watch(); return Scaffold( body: globalSettingState.cameraIP != '' && globalSettingState.carIP != '' ?