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