slambb 2 лет назад
Родитель
Сommit
10def7bede
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Assets/BowArrow/Scripts/CommonConfig.cs

+ 2 - 2
Assets/BowArrow/Scripts/CommonConfig.cs

@@ -66,9 +66,9 @@ public class CommonConfig
             if (serverType == ServerType.Produce) 
             {
                 if (serverIndex == 0) 
-                    return "http://118.195.187.121/SmartBowBusinessServer";
+                    return "https://xmjssvr.com/SmartBowBusinessServer";//"http://118.195.187.121/SmartBowBusinessServer";
                 else if (serverIndex == 1) 
-                    return "http://54.165.56.200/SmartBowBusinessServer";
+                    return "https://xmjssvr.cn/SmartBowBusinessServer";//"http://54.165.56.200/SmartBowBusinessServer";
             } 
             return "http://192.168.0.112:11432/SmartBowBusinessServer";
         }