From fdce3979b5e1a97433def22ad0b0d783143da2f3 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期五, 15 三月 2024 11:45:30 +0800
Subject: [PATCH] 访问地址处理

---
 src/views/intelligentPatrol/studyJudge/index.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/intelligentPatrol/studyJudge/index.vue b/src/views/intelligentPatrol/studyJudge/index.vue
index 46ba559..12abe43 100644
--- a/src/views/intelligentPatrol/studyJudge/index.vue
+++ b/src/views/intelligentPatrol/studyJudge/index.vue
@@ -470,6 +470,8 @@
             this.zoom = 18;
             this.mark = { title: this.currentEvent.address };
             if (this.currentEvent?.picData) {
+                
+                item = item.replace("http://111.1.140.92:28081/sccg/API/img?fileUrl=","")
                 this.imageList = this.currentEvent.picData
                     .split(",")
                     .map((item) => `${FILE_ORIGINAL_URL}sccg/API/img?fileUrl=${item}`);

--
Gitblit v1.8.0