Profile

上级 428378c3
......@@ -92,7 +92,7 @@ public class ProfileController {
new Message(WebContext.getI18nValue(ConstantsOperateMessage.UPDATE_ERROR), MessageType.error);
}
return WebContext.forward("forwardMyProfile");
return WebContext.redirect("/profile/myProfile");
}
......
......@@ -17,7 +17,7 @@
<#include "../layout/top.ftl"/>
<#include "../layout/nav_primary.ftl"/>
<div class="container">
<form id="actionForm"
<form id="actionFormProfile"
method="post"
type="alert"
forward="<@base/>/profile/myProfile"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册