修改BUG:注册成功页面路径不对

This commit is contained in:
Argo-Lenovo 2017-01-15 12:48:29 +08:00
parent ad32bb6441
commit 941fbe22f9
1 changed files with 1 additions and 1 deletions

View File

@ -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