From a480802679268702c62491a42b1800ae812973a4 Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Mon, 8 Feb 2021 23:22:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=AA=8C=E8=AF=81=E7=A0=81ur?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/pages/login.html | 2 +- src/main/webapp/pages/register.html | 32 ++++++++++++++--------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/main/webapp/pages/login.html b/src/main/webapp/pages/login.html index 4fe41bd5..c007a111 100644 --- a/src/main/webapp/pages/login.html +++ b/src/main/webapp/pages/login.html @@ -238,7 +238,7 @@ // 获取验证码 function getKaptcha(){ - var request = new HttpRequest(Feng.ctxPath + '/kaptcha'+ '?t=' + (new Date).getTime(), 'get'); + var request = new HttpRequest(Feng.ctxPath + '/captcha'+ '?t=' + (new Date).getTime(), 'get'); var result = request.start(); $("#verKey").val(result.data.verKey) $('img.login-captcha').attr('src', result.data.verImage); diff --git a/src/main/webapp/pages/register.html b/src/main/webapp/pages/register.html index a779821e..ce5bb2ef 100644 --- a/src/main/webapp/pages/register.html +++ b/src/main/webapp/pages/register.html @@ -261,29 +261,29 @@ - \ No newline at end of file +