接入登录图形验证码流程

This commit is contained in:
andy
2026-07-15 14:16:14 +07:00
parent 99a0a483ca
commit 25da8a718e
7 changed files with 263 additions and 16 deletions

View File

@@ -82,23 +82,28 @@ export default {
fields: {
country: "国家/区号",
phone: "手机号",
imageCode: "图形验证码",
code: "验证码",
},
placeholders: {
selectCountry: "请选择国家/区号",
phone: "请输入手机号",
imageCode: "请输入图形验证码",
code: "请输入验证码",
},
dividersText: "或",
actions: {
sendCode: "获取验证码",
refreshImageCode: "刷新图形验证码",
login: "登录",
},
errors: {
missingPhone: "请输入手机号",
missingImageCode: "请输入图形验证码",
missingCode: "请输入验证码",
},
tips: {
codeSent: "验证码已发送",
smsApiMissing: "验证码发送接口未接入",
},
},