HDL_ON/UI/UI1-Login/LoginPageBLL.cs
@@ -100,7 +100,7 @@ { //检测当前配置域名是否一致,不一致则替换 CheckAndSetUserRequestHost(result); //2.1请求获取验证码 var resultObj = pm.VerificationCodeSend(VerifyType.VERIFY_LOGIN, account, true, phoneZoneCode); if (resultObj.Code != StateCode.SUCCESS) @@ -145,7 +145,7 @@ }) { IsBackground = true }.Start(); } }; }