import config from "../js/config" const getResourcePath = (md5) => { return config.requestCtx + '/file/api/ApiDownload?md5=' + md5 } export default getResourcePath