shj
2022-04-07 0bc3f2d0365493eaedf5f088cbc27eb060a8dbc1
1
2
3
4
5
6
function uploadUrl(){
    return process.env.IMG_API
}
export{
  uploadUrl
}