alroyso 3 달 전
부모
커밋
9bdb335213
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      lib/app/modules/home/controllers/home_controller.dart

+ 2 - 1
lib/app/modules/home/controllers/home_controller.dart

@@ -229,8 +229,9 @@ class HomeController extends GetxController {
       }
       await controllers.global.fetchNodes();
       nodeModes =  controllers.global.nodeModes;
+      await Future.delayed(Duration(seconds: 2)); // 等待核心状态更新
       isLoading.value = false;
-      //await Future.delayed(Duration(seconds: 2)); // 等待核心状态更新
+
       // await connectionService.coreInit();
     });
   }