From 95a70fceae8d1b3b547a7414a995aec28b147d68 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 28 五月 2024 16:28:08 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/assets/methods/resources.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/assets/methods/resources.js b/src/assets/methods/resources.js
index 4a2db4f..7711436 100644
--- a/src/assets/methods/resources.js
+++ b/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
\ No newline at end of file

--
Gitblit v1.9.1