Browse Source

1.又修改域名。国内:www.xmjssvr.com 国外:www.wonderfittervr.com

slambb 2 năm trước cách đây
mục cha
commit
acbb8fcc6e
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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";//"https://xmjssvr.cn/SmartBowBusinessServer";等备案再使用域名
+                    return "https://www.xmjssvr.com/SmartBowBusinessServer";//"http://118.195.187.121/SmartBowBusinessServer";等备案再使用域名
                 else if (serverIndex == 1) 
-                    return "https://xmjssvr.com/SmartBowBusinessServer";//"http://54.165.56.200/SmartBowBusinessServer";
+                    return "https://www.wonderfittervr.com/SmartBowBusinessServer";//"http://54.165.56.200/SmartBowBusinessServer";
             } 
             return "http://192.168.0.112:11432/SmartBowBusinessServer";
         }