From 368f980b8b34fbe6e4d1e572b1499d7ebff43c35 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Wed, 26 Apr 2023 11:39:52 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E7=89=A9=E6=B5=81=E4=BF=A1=E6=81=AF=E4=B8=BA=E5=90=8E=E7=AB=AF?= =?UTF-8?q?=E6=9F=A5=EF=BC=8C=E4=B9=8B=E5=89=8D=E6=98=AF=E7=9B=B4=E6=8E=A5?= =?UTF-8?q?=E8=B7=B3=E5=BF=AB=E9=80=92100?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/development_address_config.js | 2 +- public/local_production_address_config.js | 2 +- public/production_address_config.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/development_address_config.js b/public/development_address_config.js index 90395c3..bf76415 100644 --- a/public/development_address_config.js +++ b/public/development_address_config.js @@ -29,4 +29,4 @@ window._CONFIG["sendAddress"] = "天津市东丽区先锋东路68号" window._CONFIG["sendPostCode"] = "300300" // 查看物流信息-- 在企业端 -window._CONFIG["lookExpressDomainURL"] = "http://localhost:3001/lookexpressinfo"; \ No newline at end of file +window._CONFIG["lookExpressDomainURL"] = "http://localhost:3001/lookExpressInfo"; \ No newline at end of file diff --git a/public/local_production_address_config.js b/public/local_production_address_config.js index ecdfb01..14a4c6b 100644 --- a/public/local_production_address_config.js +++ b/public/local_production_address_config.js @@ -27,4 +27,4 @@ window._CONFIG["sendAddress"] = "天津市东丽区先锋东路68号" window._CONFIG["sendPostCode"] = "300300" // 查看物流信息 -window._CONFIG["lookExpressDomainURL"] = "http://bxxt.hzwlsoft.com/lookexpressinfo"; \ No newline at end of file +window._CONFIG["lookExpressDomainURL"] = "http://bxxt.hzwlsoft.com/lookExpressInfo"; \ No newline at end of file diff --git a/public/production_address_config.js b/public/production_address_config.js index 155c19b..8301bf6 100644 --- a/public/production_address_config.js +++ b/public/production_address_config.js @@ -26,4 +26,4 @@ window._CONFIG["sendAddress"] = "天津市东丽区先锋东路68号" window._CONFIG["sendPostCode"] = "300300" // 查看物流信息 -window._CONFIG["lookExpressDomainURL"] = "http://cwp.catarc.org.cn/lookexpressinfo" \ No newline at end of file +window._CONFIG["lookExpressDomainURL"] = "http://cwp.catarc.org.cn/lookExpressInfo" \ No newline at end of file