From a08574979e7e0338a13ceaedacc35f8adbf921fc Mon Sep 17 00:00:00 2001 From: czz <862977248@qq.com> Date: Tue, 24 Jun 2025 17:24:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E7=BB=91=E8=AE=BE=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/mh_page/bluetooth.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pages/mh_page/bluetooth.dart b/lib/pages/mh_page/bluetooth.dart index e5032b4..54ff9f2 100644 --- a/lib/pages/mh_page/bluetooth.dart +++ b/lib/pages/mh_page/bluetooth.dart @@ -177,7 +177,7 @@ class BluetoothPage extends GetView { .unbindDevice(data); await deviceListController .getDeviceList(); - Get.toNamed("/homePage"); + Get.toNamed("/mianPageBottomChange"); // 执行解绑逻辑 }, onCancel: () { @@ -196,7 +196,7 @@ class BluetoothPage extends GetView { ); await deviceListController .getDeviceList(); - Get.toNamed("/homePage"); + Get.toNamed("/mianPageBottomChange"); }, onCancel: () { // 点击取消后的逻辑