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

---
 src/config.js |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/config.js b/src/config.js
index 135cce3..23cfd41 100644
--- a/src/config.js
+++ b/src/config.js
@@ -2,7 +2,10 @@
 const config = {
   //  baseUrl: 'https://vue.ruoyi.vip/prod-api',
   // baseUrl: 'http://localhost/prod-api',
-  baseUrl: 'http://114.132.189.42:9066', // 瀹佸娑︽嘲
+	// baseUrl: 'http://192.168.1.147:7003', // 澶╂触鍙屽鐐�
+	baseUrl: 'http://114.132.189.42:9042', // 澶╂触鍙屽鐐�
+  imgUrl: 'http://114.132.189.42:9044',
+  // baseUrl: 'http://114.132.189.42:9066', // 瀹佸娑︽嘲
   // baseUrl: 'http://114.132.189.42:9068', // 鏂扮枂娴峰窛寮�蹇�
   // baseUrl: 'http://192.168.1.147:9036',
    //cloud鍚庡彴缃戝叧鍦板潃

--
Gitblit v1.9.3