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