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

This commit is contained in:
lideqin
2023-04-25 18:26:18 +08:00
parent cae60ce270
commit 25e8b2e146
7 changed files with 44 additions and 7 deletions
+4 -1
View File
@@ -26,4 +26,7 @@ window._CONFIG["sendCompanyName"] = "中国汽车标准化研究院"
// 票据打印--寄件人地址
window._CONFIG["sendAddress"] = "天津市东丽区先锋东路68号"
// 票据打印--寄件人邮编
window._CONFIG["sendPostCode"] = "300300"
window._CONFIG["sendPostCode"] = "300300"
// 查看物流信息-- 在企业端
window._CONFIG["lookExpressDomainURL"] = "http://localhost:3001/lookExpressInfo";