messages.ts 465 B

1234567891011121314
  1. export const messages = {
  2. home: { shareTitle: '筑巢荟' },
  3. moment: { imageNotExist: '请上传图片' },
  4. mine: {
  5. authentication: {
  6. channelSourceErrorText: '请选择来源',
  7. referrerErrorText: '请输入推荐人编号',
  8. designerNameErrorText: '请输入姓名',
  9. employerErrorText: '请输入公司',
  10. spatialExpertiseTypeErrorText: '请选择擅长空间类型',
  11. attachmentErrorText: '请上传附件',
  12. },
  13. },
  14. }