shj
2022-05-13 81fbccc69012cbedcc60e01a26b99185430dba2a
1
2
3
4
5
6
function uploadUrl(){
    return process.env.IMG_API
}
export{
  uploadUrl
}