Main/System/ClientVersion/VersionUtility.cs
@@ -15,8 +15,8 @@ public class VersionUtility : Singleton<VersionUtility> { public static readonly string[] VERSION_URL = new string[] { "http://xssgcenter.secondworld.net.cn:11000/center/appversion_new.php/?"}; // public static readonly string[] VERSION_URL = new string[] { // "http://xssgcenter.secondworld.net.cn:11000/center/appversion_new.php/?"}; public string androidRoot { get { return string.Empty;/*StringUtility.Concat(SDKUtils.Instance.DeviceRootPath, "/", VersionConfig.Get().bundleIdentifier);*/ } }