add rotate captcha

This commit is contained in:
landaiqing
2024-08-12 22:24:16 +08:00
parent fea8b9df2d
commit 431e690f02
18 changed files with 257 additions and 38 deletions

View File

@@ -29,6 +29,11 @@ export default {
repasswordValidate: "please enter the confirmation password",
forgetPassword: "forget password",
resetPassword: "reset password",
captchaSuccess: "captcha success",
captchaError: "captcha failed",
rotateCaptchaTitle: "Please drag the slider to complete the puzzle",
systemError: "System error, please try again later",
captchaExpired: "captcha expired, please try again",
},
error: {
networkError: 'Network error, please try again later',

View File

@@ -29,6 +29,12 @@ export default {
repasswordValidate: "请输入确认密码",
forgetPassword: "忘记密码",
resetPassword: "重置密码",
captchaSuccess: "验证成功!",
captchaError: "验证失败!",
rotateCaptchaTitle: "请拖动滑块完成拼图",
systemError: "系统错误!请稍后再试!",
captchaExpired: "验证码已过期,请重新获取!",
},
error: {
networkError: '网络连接失败!',