signUp.ts 115 B

123456
  1. export default {
  2. title: '创建账号',
  3. account: '邮箱',
  4. password: '密码',
  5. confirm: '确认密码',
  6. };