13 lines
374 B
JavaScript
13 lines
374 B
JavaScript
export const lang = {
|
|
//title为每个页面的标题
|
|
title: '找回密码',
|
|
findPassword: '找回密码',
|
|
accountPlaceholder: '请输入手机号',
|
|
captchaPlaceholder: "请输入验证码",
|
|
dynacodePlaceholder: '请输入动态码',
|
|
passwordPlaceholder: '请输入新密码',
|
|
rePasswordPlaceholder: '请确认新密码',
|
|
next: '下一步',
|
|
save: '确认修改'
|
|
}
|