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