shj
2022-05-17 12b3c99151c3b7900096eae347145743f7f99a7e
1
2
3
4
5
6
function uploadUrl(){
    return process.env.IMG_API
}
export{
  uploadUrl
}