From 34e5d7f5cf5a5ab7bbbed4efdf82444b3f78e104 Mon Sep 17 00:00:00 2001 From: dzl <786316265@qq.com> Date: Fri, 19 Sep 2025 11:22:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=90=8E=E5=8F=B0=E6=89=93?= =?UTF-8?q?=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/config.js b/src/utils/config.js index a2e80e9..9e04ef2 100644 --- a/src/utils/config.js +++ b/src/utils/config.js @@ -28,7 +28,7 @@ export const getImageUrl = (imagePath) => { // console.log('getImageUrl called with:', imagePath) if (!imagePath) return '' if (imagePath.startsWith('http')) return imagePath - console.log(imagePath,'imagePath'); + // console.log(imagePath,'imagePath'); // 如果图片路径以/uploads开头,直接返回原路径 if (imagePath.startsWith('/uploads')) {