diff --git a/modules/core/src/main/resources/views/modules/sys/user/userInfo.html b/modules/core/src/main/resources/views/modules/sys/user/userInfo.html index 8c78a86f..2d00efa3 100644 --- a/modules/core/src/main/resources/views/modules/sys/user/userInfo.html +++ b/modules/core/src/main/resources/views/modules/sys/user/userInfo.html @@ -6,8 +6,8 @@ -
+
<#form:form id="inputFormPwd" model="${user}" action="${ctx}/sys/user/infoSavePwd" method="post" class="form-horizontal">
<% if(isNotBlank(parameter.msg)){ %> @@ -332,7 +332,7 @@ $("#inputFormPwd").validate({ if ('${parameter.url}'!=''){ location = '${ctxPath}${parameter.url}'; }else{ - location = '${ctx}/sys/user/info?op=pwd'; + location = '${ctx}/sys/user/info?op=mpd'; } }); }else{