fix
songhuangfeng123
2022-03-31 0749fe25b89bddf297edd1676aac69c3ea181212
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'
}