From e49eb9739640214dfcfec36c26b965b9aeffcb04 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 24 May 2024 15:09:00 +0800 Subject: [PATCH] =?UTF-8?q?revert(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20?= =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/components/canvas/utils/utils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/frontend/src/components/canvas/utils/utils.js b/core/frontend/src/components/canvas/utils/utils.js index a5d3c51cb5..246a04ed96 100644 --- a/core/frontend/src/components/canvas/utils/utils.js +++ b/core/frontend/src/components/canvas/utils/utils.js @@ -299,7 +299,6 @@ export function colorReverse(OldColorValue) { } export function imgUrlTrans(url) { - console.log('---'+url +'---'+ process.env.VUE_APP_BASE_API) if (url && typeof url === 'string' && url.indexOf('static-resource') > -1 && url.indexOf('http') === -1) { return process.env.VUE_APP_BASE_API + url.replace('/static-resource', 'static-resource') } else {