unknown
2024-05-23 dea8cb7184c5f4c0014f4134a7a19a3985ba1eff
1
2
3
4
5
const getResourcePath = (md5) => {
  return  process.env.VUE_APP_API_URL + '/file/api/ApiDownload?md5=' + md5
}
 
export default getResourcePath