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