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