|
@@ -21,7 +21,8 @@ public class SettingSocketUrl : MonoBehaviour
|
|
|
{
|
|
|
if(PlayerPrefs.GetInt("SocketUrl") ==1)
|
|
|
{
|
|
|
- GameEnum.ServerHttpURL = "http://10.81.9.12:3437/server/";
|
|
|
+ GameEnum.ServerHttpURL = "http://office.ghz-tech.com:3437/server/";
|
|
|
+
|
|
|
text.text = "当前版本为:本地";
|
|
|
}
|
|
|
else
|
|
@@ -56,7 +57,8 @@ public class SettingSocketUrl : MonoBehaviour
|
|
|
{
|
|
|
if(num == 1)
|
|
|
{
|
|
|
- GameEnum.ServerHttpURL = "http://10.81.9.12:3437/server/";
|
|
|
+ GameEnum.ServerHttpURL = "http://office.ghz-tech.com:3437/server/";
|
|
|
+
|
|
|
text.text = "当前版本为:本地";
|
|
|
}
|
|
|
else
|