From e6d72c439e54ae561ab905a2bf92f3d6a2f01054 Mon Sep 17 00:00:00 2001
From: 周宾 <2802492122@qq.com>
Date: 星期一, 29 十二月 2025 11:07:48 +0800
Subject: [PATCH] 天津双奇点-仓储物流模块-自定义产品列表增加产品图片预览功能

---
 src/pages/components/GoodsDetailPopup.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/pages/components/GoodsDetailPopup.vue b/src/pages/components/GoodsDetailPopup.vue
index ec0bece..06eb850 100644
--- a/src/pages/components/GoodsDetailPopup.vue
+++ b/src/pages/components/GoodsDetailPopup.vue
@@ -126,7 +126,7 @@
 <script setup>
 import { ref, reactive } from 'vue';
 import config from '@/config'
-const baseUrl = config.baseUrl
+const baseUrl = config.imgUrl
 const emit = defineEmits(['confirm']);
  
 // 寮圭獥鏄剧ず鐘舵��

--
Gitblit v1.9.3