修改BUG:注册成功页面路径不对
This commit is contained in:
parent
ad32bb6441
commit
941fbe22f9
|
@ -78,7 +78,7 @@ namespace Bootstrap.Admin.Controllers
|
|||
var result = UserHelper.SaveUser(p);
|
||||
if (result)
|
||||
{
|
||||
return Redirect("/Content/html/RegResult.html");
|
||||
return Redirect("~/Content/html/RegResult.html");
|
||||
}
|
||||
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue