zhanghua
2024-03-15 fdce3979b5e1a97433def22ad0b0d783143da2f3
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}`);