Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/commit/e0483c9518c6e4310c713c8dcedf952105c4e307?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

feat:密品修改

hangao
wangxy 5 months ago
parent a4a218786d
commit e0483c9518

@ -116,7 +116,7 @@ public class SysLoginService
/**
*
*/
if (ExamineState.DISABLE.getCode().equals(user.getExamine()) || ExamineState.DEFAULT.getCode().equals(user.getExamine()))
if (!ExamineState.ENABLE.getCode().equals(user.getExamine()))
{
AsyncManager.me().execute(AsyncFactory.recordLogininfor(username, Constants.LOGIN_FAIL, MessageUtils.message("user.examine.disabled")));
throw new UserDisableException();

Loading…
Cancel
Save