桂欢 před 1 rokem
rodič
revize
a32b9e7dc7
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      SLAiELTS/SLAiELTS/AppDelegate.mm

+ 2 - 1
SLAiELTS/SLAiELTS/AppDelegate.mm

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