From b811e2fa4cdcb5949047faa78aa9299aec1d2f67 Mon Sep 17 00:00:00 2001
From: zuozhengqing <a13193816592@163.com>
Date: 星期三, 27 三月 2024 15:08:45 +0800
Subject: [PATCH] 确认采购单接口换位post请求,产品列表字段替换

---
 src/common/untils/request.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/common/untils/request.js b/src/common/untils/request.js
index 1c10074..9b3a551 100644
--- a/src/common/untils/request.js
+++ b/src/common/untils/request.js
@@ -28,7 +28,7 @@
   const loginPathMap = {
       prod:`//${window.location.hostname}:9080`,
       test:`//192.168.20.119:9080`,
-      dev: `//192.168.8.107:8080`
+      dev: `//192.168.20.158:8080`
   }
   return loginPathMap[environmentType()]
 }

--
Gitblit v1.8.0