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