From 1658ed8bc363d99eb88f5e0fdd456f4bce82f9ef Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 13 Apr 2023 17:20:32 +0800
Subject: [PATCH] 三维标绘修改

---
 src/views/activity/components/polygonPlot.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/activity/components/polygonPlot.vue b/src/views/activity/components/polygonPlot.vue
index b97cbb1..167831f 100644
--- a/src/views/activity/components/polygonPlot.vue
+++ b/src/views/activity/components/polygonPlot.vue
@@ -169,7 +169,7 @@
     },
     methods: {
         curClick (item) {
-            this.curImgUrl = item.url
+            this.curImgUrl = item
 
             this.imagesListShow = false
         },

--
Gitblit v1.9.3