From 88a780ebb53e4cd810ddd78046efe7f5ccf4dc7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E9=A3=9E?= Date: Thu, 27 Mar 2025 17:57:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/MyRequest.js | 4 ++-- common/config.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/MyRequest.js b/common/MyRequest.js index 2f5ee6c..50adab6 100644 --- a/common/MyRequest.js +++ b/common/MyRequest.js @@ -7,8 +7,8 @@ // const baseurl = 'http://172.22.10.218:22252' 8 // const baseurl = 'http://192.168.1.73:32202' // 测试环境 // const baseurl = 'http://172.22.10.217:22202' // 正式环境1 -const baseurl = 'http://172.22.10.225:22202' // SAP测试环境 -// const baseurl = 'http://localhost:18878' +// const baseurl = 'http://172.22.10.225:22202' // SAP测试环境 +const baseurl = 'http://localhost:18878' //--------------------------------------------------开始封装 import service from './service'; diff --git a/common/config.js b/common/config.js index b501fc3..7172856 100644 --- a/common/config.js +++ b/common/config.js @@ -16,8 +16,8 @@ export default { // url: "http://172.22.10.218:22252", 22258 // url: "http://192.168.1.73:32202", // 测试环境 // url: "http://172.22.10.217:22202", // 正式环境1 - url: "http://172.22.10.225:22202", // SAP测试环境 - // url: "http://localhost:18878", + // url: "http://172.22.10.225:22202", // SAP测试环境 + url: "http://localhost:18878", // 测试服务器接口URL // url: "http://10.4.2.109:90/WMS/WMS_Webservice.asmx", // 请求的参数