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