1
YM
2024-05-22 e8f418421e7e6305db2ffc0516a555f04510d2e7
src/assets/methods/resources.js
@@ -1,6 +1,5 @@
import config from "../js/config"
const getResourcePath = (md5) => {
  return  config.requestCtx + '/file/api/ApiDownload?md5=' + md5
  return  process.env.VUE_APP_API_URL + '/file/api/ApiDownload?md5=' + md5
}
export default getResourcePath