闫增涛
2024-05-31 38e66dbf57bf649228c7600b99586d44b018fc59
1
2
3
4
5
const getResourcePath = (md5) => {
  return  process.env.VUE_APP_API_URL + '/file/api/ApiDownload?md5=' + md5
}
 
export default getResourcePath