From ae368dc1172c36330d8b9993bf80aaab37a404b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BF=9E=E5=AE=9D=E5=B1=B1?= <1253070437@qq.com> Date: Fri, 22 Jan 2021 00:38:54 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=A0=BC=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _web/src/api/modular/system/loginManage.js | 6 +- _web/src/components/verifition/Verify.vue | 110 +++--- .../verifition/Verify/VerifyPoints.vue | 228 ++++++------ .../verifition/Verify/VerifySlide.vue | 327 ++++++++++-------- _web/src/components/verifition/utils/ase.js | 12 +- _web/src/components/verifition/utils/axios.js | 10 +- _web/src/components/verifition/utils/util.js | 24 +- .../constant/ConstantContextHolder.java | 10 +- .../exception/enums/AuthExceptionEnum.java | 4 +- .../auth/controller/SysLoginController.java | 42 ++- .../provider/CaptchaCacheServiceProvider.java | 73 ++-- 11 files changed, 454 insertions(+), 392 deletions(-) diff --git a/_web/src/api/modular/system/loginManage.js b/_web/src/api/modular/system/loginManage.js index df575074..23415eeb 100644 --- a/_web/src/api/modular/system/loginManage.js +++ b/_web/src/api/modular/system/loginManage.js @@ -76,11 +76,11 @@ export function getSmsCaptcha (parameter) { }) } - /** * 获取验证码开关 + * * @author Jax - * @param parameter + * @date 2021/1/22 00:00 */ export function getCaptchaOpen (parameter) { return axios({ @@ -88,4 +88,4 @@ export function getCaptchaOpen (parameter) { method: 'get', params: parameter }) -} \ No newline at end of file +} diff --git a/_web/src/components/verifition/Verify.vue b/_web/src/components/verifition/Verify.vue index 9c6f32bd..e7b6d1ae 100644 --- a/_web/src/components/verifition/Verify.vue +++ b/_web/src/components/verifition/Verify.vue @@ -1,30 +1,31 @@