From 9efdbcafa254b216629c85828314606d2144bae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Thu, 21 Nov 2024 14:24:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E7=9A=84=E9=93=BE=E6=8E=A5=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/modules/custom/model-image.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/components/diy/modules/custom/model-image.vue b/components/diy/modules/custom/model-image.vue index 0ae478c2..c286152d 100644 --- a/components/diy/modules/custom/model-image.vue +++ b/components/diy/modules/custom/model-image.vue @@ -69,7 +69,6 @@ } else { url = this.propSourceList[this.propValue?.data_source_link] || ''; } - console.log('url', url); this.setData({ form: this.propValue, img: this.get_img_url(this.propValue),