|
@@ -39,7 +39,7 @@ public class CommonConfig
|
|
|
public static float arrowWeight = 75;
|
|
public static float arrowWeight = 75;
|
|
|
|
|
|
|
|
public enum ServerType {LocalTest, Produce};
|
|
public enum ServerType {LocalTest, Produce};
|
|
|
- private static ServerType serverType = ServerType.LocalTest;
|
|
|
|
|
|
|
+ private static ServerType serverType = ServerType.Produce;
|
|
|
//网关服务器访问地址
|
|
//网关服务器访问地址
|
|
|
public static string gateServerURL {
|
|
public static string gateServerURL {
|
|
|
get {
|
|
get {
|