[update] 修改查询物流信息为后端查,之前是直接跳快递100

This commit is contained in:
lideqin
2023-04-26 11:39:52 +08:00
parent f28274f1ed
commit 368f980b8b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -29,4 +29,4 @@ window._CONFIG["sendAddress"] = "天津市东丽区先锋东路68号"
window._CONFIG["sendPostCode"] = "300300"
// 查看物流信息-- 在企业端
window._CONFIG["lookExpressDomainURL"] = "http://localhost:3001/lookexpressinfo";
window._CONFIG["lookExpressDomainURL"] = "http://localhost:3001/lookExpressInfo";
+1 -1
View File
@@ -27,4 +27,4 @@ window._CONFIG["sendAddress"] = "天津市东丽区先锋东路68号"
window._CONFIG["sendPostCode"] = "300300"
// 查看物流信息
window._CONFIG["lookExpressDomainURL"] = "http://bxxt.hzwlsoft.com/lookexpressinfo";
window._CONFIG["lookExpressDomainURL"] = "http://bxxt.hzwlsoft.com/lookExpressInfo";
+1 -1
View File
@@ -26,4 +26,4 @@ window._CONFIG["sendAddress"] = "天津市东丽区先锋东路68号"
window._CONFIG["sendPostCode"] = "300300"
// 查看物流信息
window._CONFIG["lookExpressDomainURL"] = "http://cwp.catarc.org.cn/lookexpressinfo"
window._CONFIG["lookExpressDomainURL"] = "http://cwp.catarc.org.cn/lookExpressInfo"