diff --git a/src/main/resources/templates/system/user/center.html b/src/main/resources/templates/system/user/center.html index 8104d67ae6ab604abeb5d0f4d6bf038f628c1ceb..269da7f6336ace1394d2f0e47190dc7001d6aa1d 100644 --- a/src/main/resources/templates/system/user/center.html +++ b/src/main/resources/templates/system/user/center.html @@ -195,7 +195,7 @@ title: '修改密码', shade: 0.1, area: ['550px', '280px'], - content: '/system/user/sysPassword' + content: '/system/user/editPassword' }); return false; }) diff --git a/src/main/resources/templates/system/user/password.html b/src/main/resources/templates/system/user/password.html index 2982583006541456b0d9c7ffac8b787400c75838..22c07a1d038c3f02246f43be0fc4b75769446110 100644 --- a/src/main/resources/templates/system/user/password.html +++ b/src/main/resources/templates/system/user/password.html @@ -55,7 +55,7 @@ form.on('submit(edit-password)', function (data) { $.ajax({ - url: '/system/user/sysPassword', + url: '/system/user/editPassword', data: JSON.stringify(data.field), contentType: 'application/json', dataType: 'json',