From 941fbe22f96a96865838b0c9565968efcba2045a Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Sun, 15 Jan 2017 12:48:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9A=E6=B3=A8?= =?UTF-8?q?=E5=86=8C=E6=88=90=E5=8A=9F=E9=A1=B5=E9=9D=A2=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E4=B8=8D=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Controllers/HomeController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bootstrap.Admin/Controllers/HomeController.cs b/Bootstrap.Admin/Controllers/HomeController.cs index 41c82fdd..49b3ef20 100644 --- a/Bootstrap.Admin/Controllers/HomeController.cs +++ b/Bootstrap.Admin/Controllers/HomeController.cs @@ -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