闫增涛
2024-05-15 c4d8fe2a4b9c5427d4bee1332384f0dd995db948
1
2
3
4
5
6
import config from "../js/config"
const getResourcePath = (md5) => {
  return  config.requestCtx + '/file/api/ApiDownload?md5=' + md5
}
 
export default getResourcePath