diff --git a/Ifish/AppDelegate.m b/Ifish/AppDelegate.m index 310e7d0..bd8ebce 100644 --- a/Ifish/AppDelegate.m +++ b/Ifish/AppDelegate.m @@ -179,7 +179,7 @@ [self sendExceptionLogWithData:data path:dataPath]; }*/ - [self setupHTTPDNS]; + // [self setupHTTPDNS]; #ifdef __OPTIMIZE__ [AvoidCrash becomeEffective]; diff --git a/Ifish/Utinitys/Define.h b/Ifish/Utinitys/Define.h index 1829204..794de3e 100644 --- a/Ifish/Utinitys/Define.h +++ b/Ifish/Utinitys/Define.h @@ -142,7 +142,7 @@ alpha:1.0] //#define SOCKETPORT @"www.zhangxinyanv5.top" // 云 @"app.ifish7.com" - static NSString* DOMAIN_NAME =@"app.ifish7.com"; + static NSString* DOMAIN_NAME =@"app.ifish7.cn"; //正式环境 #define SOCKETPORT [Define sharedDefine].server #define JIEKOUPORT [[Define sharedDefine] getRealSever]