From 52fe8742e61b8c50bc15051a08361c511e40b420 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Thu, 8 Jul 2021 19:23:42 +0800 Subject: [PATCH] =?UTF-8?q?userInfo.html=20=E5=85=B3=E9=94=AE=E8=AF=8D=20p?= =?UTF-8?q?wd=20=E6=94=B9=E4=B8=BA=20mpd=20=E5=8D=87=E7=BA=A7=E6=B3=A8?= =?UTF-8?q?=E6=84=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/views/modules/sys/user/userInfo.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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{