闫增涛
2024-05-22 3609ed68a88e03d2db0d5723abca9cc613f4c628
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