闫增涛
2024-05-17 44545294897f707d00d9a1e8ea3ffd2af1595956
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