@page "/ChangePassword/{FirstLogin:bool}"
@if (FirstLogin) {
您是第一次登录,为保证您的安全,请修改初始密码!
} @if (!string.IsNullOrEmpty(ErrorMsg)) {
@ErrorMsg
}