wxr
2020-04-14 06696e6f225733a60b03eea4a7c6374053d92c1d
HDL_ON/UI/MainPage.cs
@@ -19,6 +19,10 @@
        public static string VersionString = "1.0103";
        public static Entity.CityInfo cityInfo = new Entity.CityInfo();
        public static Action RefreshAir;
        /// <summary>
        /// 公司代码
        /// 预留第三方定制标记
@@ -64,6 +68,11 @@
                }
                else
                {
                    new System.Threading.Thread(() =>
                    {
                        new DAL.Server.HttpServerRequest().GetUserInfo();
                    })
                    { IsBackground = true }.Start();
                    GoUserPage();
                }
            }