新增个人信息修改

This commit is contained in:
RuoYi
2018-05-05 02:06:25 +08:00
parent ba37447239
commit 6f6a9c8ca0
19 changed files with 244 additions and 53 deletions

View File

@@ -45,7 +45,7 @@
$.ajax({
cache : true,
type : "post",
url : ctx + "/system/user/resetPwd",
url : ctx + "system/user/resetPwd",
data : $('#form-user-resetPwd').serialize(),
async : false,
error : function(request) {