🎨 complete SMS login function
This commit is contained in:
@@ -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',
|
||||
|
@@ -34,6 +34,10 @@ export default {
|
||||
rotateCaptchaTitle: "请拖动滑块完成拼图",
|
||||
systemError: "系统错误!请稍后再试!",
|
||||
captchaExpired: "验证码已过期,请重新获取!",
|
||||
sendCaptchaSuccess: "验证码已发送,请注意查收!",
|
||||
sendCaptchaError: "验证码发送失败,请稍后再试!",
|
||||
loginSuccess: "登录成功!",
|
||||
loginError: "登录失败!",
|
||||
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user