|
|
@@ -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];
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
+ //}
|
|
|
|
|
|
|
|
|
}
|