马宇豪
2022-12-20 7d99f6d5a6c7b7ba21cc234e1135d369a78dc8f5
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'
}