🎨 complete SMS login function

This commit is contained in:
landaiqing
2024-08-14 00:08:37 +08:00
parent fa1301689a
commit 48d2f61223
9 changed files with 119 additions and 55 deletions

View File

@@ -34,7 +34,10 @@ export default {
rotateCaptchaTitle: "Please drag the slider to complete the puzzle",
systemError: "System error, please try again later",
captchaExpired: "captcha expired, please try again",
sendCaptchaSuccess: "captcha sent successfully, please check your phone!",
sendCaptchaError: "captcha sending failed, please try again later",
loginSuccess: "login success",
loginError: "login failed!",
},
error: {
networkError: 'Network error, please try again later',

View File

@@ -34,6 +34,10 @@ export default {
rotateCaptchaTitle: "请拖动滑块完成拼图",
systemError: "系统错误!请稍后再试!",
captchaExpired: "验证码已过期,请重新获取!",
sendCaptchaSuccess: "验证码已发送,请注意查收!",
sendCaptchaError: "验证码发送失败,请稍后再试!",
loginSuccess: "登录成功!",
loginError: "登录失败!",
},