From 7715251bfcd0b0676431a6ac704cfa5f5abea7ab Mon Sep 17 00:00:00 2001 From: 王 垚 <1402714037@qq.com> Date: 星期一, 25 十月 2021 15:33:04 +0800 Subject: [PATCH] 采购订单 订单反馈状态 送货单 物流单号 --- WebSRM/Scripts/webConfig.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/WebSRM/Scripts/webConfig.js b/WebSRM/Scripts/webConfig.js index d83f30e..f02e47a 100644 --- a/WebSRM/Scripts/webConfig.js +++ b/WebSRM/Scripts/webConfig.js @@ -1,9 +1,10 @@ 锘縡unction GetWEBURL() { - var WEBURL = "http://localhost:8083/WEB-API/"; + //var WEBURL = "http://localhost:8083/WEB-API/"; //var WEBURL = "http://111.3.111.183:8083/WEB-API/"; //var WEBURL = "http://10.0.2.11:8083/WEB-API/"; //var WEBURL = "http://192.168.31.47:8083/WEB-API/"; + var WEBURL = "http://localhost:8082/srmAPI/"; //绔犵传鏌旀湰鍦伴厤缃� return WEBURL } \ No newline at end of file -- Gitblit v1.9.1