fix
songhuangfeng123
2022-04-08 0ebe76d9f42182551aee076347b1ab9887d6356e
1
2
3
4
5
6
7
export default {
  'jpg': 'image/jpeg',
  'png': 'image/png',
  'gif': 'image/gif',
  'svg': 'image/svg+xml',
  'psd': 'image/photoshop'
}