17
0
2
42
168
605
154
beforeAvatarUpload5(file) {// const isPNG = file.type === 'image/png'; const isJPG = file.type === 'image/jpg'; const isJPEG = file.type === 'image/jpeg'; ...