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