dashboard
repositories
filestore
activity
search
login
~mayuhao
/
HazardInvestigationSystem
隐患排查体系综合管控系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'shf' of https://sinanoaq.cn:8888/r/ztqt into shf
shj
2022-03-29
ab980cdbb86d843b0ae6d6cd2aada412d16e4871
[~mayuhao/HazardInvestigationSystem.git]
/
src
/
components
/
ImageCropper
/
utils
/
mimes.js
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'
}