wangguan
2020-10-22 7a007a8d1e7cd712fa4571efdbc3f2eba7a7e4d0
Assets/Scripts/Common/GameConfig.cs
@@ -11,5 +11,11 @@
        /// LoadingScene 载入下一个场景的场景名
        /// </summary>
        public static string NextSceneName = "GemBattle";
        public static bool IsDebug = false;
        public static string TestLoginUrl = "http://10.5.3.227:9000/user/login";
        public static string LoginUrl = "http://172.16.1.52:9000/user/login";
        public static bool OpenDebug = true;
    }
}