From 4ee0c5aefa8571d82e0b25294f9d77e159d8a125 Mon Sep 17 00:00:00 2001 From: Rain_ <904416525@qq.com> Date: Thu, 27 Nov 2025 10:27:44 +0800 Subject: [PATCH] =?UTF-8?q?flx:=E4=BF=AE=E6=94=B9=E5=AE=89=E5=85=A8?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectFront/safeSame/rectificationRecord.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/projectFront/safeSame/rectificationRecord.vue b/src/views/projectFront/safeSame/rectificationRecord.vue index 5b66e41c..d2188a7b 100644 --- a/src/views/projectFront/safeSame/rectificationRecord.vue +++ b/src/views/projectFront/safeSame/rectificationRecord.vue @@ -3123,7 +3123,7 @@ export default { return dataList .map((item) => { let imgArr = item.split("*"); - let obj = { name: imgArr[0], url: imgArr[1] }; + let obj = { name: imgArr[0], url: imgArr[1].includes("http") ? imgArr[1] : `${this.fileUrl}${imgArr[1]}` }; return obj; }) .filter((item) => {