智慧教务系统 PHP-NiuCloud框架开发
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1 lines
391 B

const r="找回密码",o="输入手机号找回密码",s="请输入密码",d="请再次确认密码",a="两次输入的密码不一致",e={findPassword:r,findPasswordTip:o,passwordPlaceholder:s,confirmPasswordPlaceholder:d,confirmPasswordError:a};export{a as confirmPasswordError,d as confirmPasswordPlaceholder,e as default,r as findPassword,o as findPasswordTip,s as passwordPlaceholder};