|
@@ -24,7 +24,8 @@
|
|
|
self.window.backgroundColor = [UIColor whiteColor];
|
|
|
UIViewController *launchScreenVc = [[UIStoryboard storyboardWithName:@"LaunchScreen" bundle:nil] instantiateInitialViewController];
|
|
|
self.window.rootViewController = launchScreenVc;
|
|
|
- [SLHttpCenter SharedInstance].serverUrl = @"http://dlchat.zheke.com";
|
|
|
+// [SLHttpCenter SharedInstance].serverUrl = @"http://dlchat.zheke.com";
|
|
|
+ [SLHttpCenter SharedInstance].serverUrl = @"http://115.238.47.235:8995";
|
|
|
// [SLHttpCenter SharedInstance].serverUrl = @"http://10.0.0.14:8088";
|
|
|
NSString *userPhone = [[NSUserDefaults standardUserDefaults] objectForKey:@"SLUserPhone"];
|
|
|
NSString *userPassword = [[NSUserDefaults standardUserDefaults] objectForKey:@"SLUserPassword"];
|