接入登录图形验证码流程
This commit is contained in:
@@ -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: "验证码发送接口未接入",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user