1234567891011121314 |
- export const messages = {
- home: { shareTitle: '筑巢荟' },
- moment: { imageNotExist: '请上传图片' },
- mine: {
- authentication: {
- channelSourceErrorText: '请选择来源',
- referrerErrorText: '请输入推荐人编号',
- designerNameErrorText: '请输入姓名',
- employerErrorText: '请输入公司',
- spatialExpertiseTypeErrorText: '请选择擅长空间类型',
- attachmentErrorText: '请上传附件',
- },
- },
- }
|