修改LoginVM.cs吧
在获取userinfo后判断Redirect是否为空,为空就返回你想返回的地址
if (Redirect != "")
{
//根据你的逻辑给Redirect赋值
if (rv.ITCode == "admin")
{
Redirect = "/admin/";
}
}