alroyso 1 år sedan
förälder
incheckning
b8e994993f
1 ändrade filer med 4 tillägg och 4 borttagningar
  1. 4 4
      lib/app/modules/home/controllers/home_controller.dart

+ 4 - 4
lib/app/modules/home/controllers/home_controller.dart

@@ -191,10 +191,10 @@ class HomeController extends GetxController {
   Future<void> fetchAuthUser() async {
   Future<void> fetchAuthUser() async {
     try {
     try {
 
 
-      if (!controllers.service.isRunning){
-        controllers.global.updateMsg("内核没有启动...");
-        return;
-      }
+      // if (!controllers.service.isRunning){
+      //   controllers.global.updateMsg("内核没有启动...");
+      //   return;
+      // }
 
 
       if (controllers.global.allowStatusUpdate && connectStatus.value == ConnectionStatus.stopped || connectStatus.value == ConnectionStatus.connecting) {
       if (controllers.global.allowStatusUpdate && connectStatus.value == ConnectionStatus.stopped || connectStatus.value == ConnectionStatus.connecting) {
         controllers.global.updateMsg("当前连接状态未停止,不要多次启动...");
         controllers.global.updateMsg("当前连接状态未停止,不要多次启动...");