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: () { // 点击取消后的逻辑