From f860473d96cade6bc1e3cf973cb1c29e12047a97 Mon Sep 17 00:00:00 2001 From: while_ine Date: Tue, 14 Jun 2022 17:30:28 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E4=BF=AE=E6=94=B9=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/system/user/center.html | 2 +- src/main/resources/templates/system/user/password.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/system/user/center.html b/src/main/resources/templates/system/user/center.html index 8104d67a..269da7f6 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 29825830..22c07a1d 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', -- Gitee