闫增涛
2024-06-05 3fb594dc317848107fd7bbb51631cfb763c19f5f
src/assets/methods/resources.js
@@ -4,8 +4,8 @@
  await fileApi.getAliVod({
    md5,appRefCode
  }).then(res => {
    if(res.data.length) {
      path =  res.data
    if(typeof res == 'string') {
      path =  res
    } else {
      path =   process.env.VUE_APP_API_URL + '/file/api/ApiDownload?md5=' + md5
    }