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(); } }