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