/** * 上传的图片类型 */ export default class UploadType { static readonly talkImg: string = 'talkImg' static readonly userInfoImg: string = 'userInfoImg' static readonly frontIdCardImg: string = 'frontIdCardImg' static readonly backIdCardImg: string = 'backIdCardImg' }