Kaynağa Gözat

1.去掉输入密码才能连接设备的限制

huangxiaodong 2 yıl önce
ebeveyn
işleme
87f49e971e

+ 2 - 2
创维盒子/双子星云手机/CloudPlayer/PlayerViewController.mm

@@ -215,7 +215,7 @@ ComontAlretViewControllerDelegate>
     HLog(@"瑞云连接状态:%d",[[connectDeviceManager shareInstance] curConnectDeviceState]);
     
     //第一次进 先输入密码才能连接
-    if([connectDeviceManager shareInstance].isFirstInputPwdDone){
+   // if([connectDeviceManager shareInstance].isFirstInputPwdDone){
         if([connectDeviceManager shareInstance].DeviceThirdIdMod.data.isPingOk){
             ip = [connectDeviceManager shareInstance].DeviceThirdIdMod.data.ip;
             internetVideoPort = @"9100";
@@ -228,7 +228,7 @@ ComontAlretViewControllerDelegate>
                 [self didCanConnectServerFun];
             }
         }
-    }
+    //}
     
     
 }