const getResourcePath = (md5) => { return process.env.VUE_APP_API_URL + '/file/api/ApiDownload?md5=' + md5 } export default getResourcePath